diff --git a/clang/Lex/Pragma.cpp b/clang/Lex/Pragma.cpp index 2fb01a65f93a..4799fb2f8a0a 100644 --- a/clang/Lex/Pragma.cpp +++ b/clang/Lex/Pragma.cpp @@ -138,7 +138,7 @@ void Preprocessor::Handle_Pragma(LexerToken &Tok) { const char *StrData = SourceMgr.getCharacterData(TokLoc); unsigned FileID = TokLoc.getFileID(); - assert(FileID && "Could not create FileID for predefines?"); + assert(FileID && "Could not get FileID for _Pragma?"); // Make and enter a lexer object so that we lex and expand the tokens just // like any others.