hanchenye-llvm-project/clang/lib/Lex
Ted Kremenek 300590b584 Just use the SourceLocation of SysHeaderTok when doing a callback to emit #line
information. A diff of the -E output for Cocoa.h shows that there is no change
in output.

llvm-svn: 59693
2008-11-20 01:45:11 +00:00
..
CMakeLists.txt CMake: Added some source files. 2008-11-19 18:46:39 +00:00
HeaderMap.cpp Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uninitialized value warning from gcc. 2008-10-28 00:18:42 +00:00
HeaderSearch.cpp
Lexer.cpp - Move static function IsNonPragmaNonMacroLexer into Preprocessor.h. 2008-11-19 21:57:25 +00:00
LiteralSupport.cpp Remove the last of the old-style Preprocessor::Diag methods. 2008-11-18 21:48:13 +00:00
MacroArgs.cpp
MacroArgs.h
MacroInfo.cpp
Makefile
PPCaching.cpp Remove Preprocessor::CacheTokens boolean data member. The same functionality can be provided by using Preprocessor::isBacktrackEnabled(). 2008-11-19 14:23:14 +00:00
PPDirectives.cpp Use PreprocessorLexer::getFileID() instead of Lexer::getFileLoc(). This is an intermediate step to having getCurrentLexer() return a PreprocessorLexer* instead of a Lexer*. 2008-11-19 22:55:25 +00:00
PPExpressions.cpp don't turn identifierinfo's into strings in diagnostics. 2008-11-19 07:33:58 +00:00
PPLexerChange.cpp Move more cases of using 'CurLexer' to 'CurPPLexer'. 2008-11-19 22:43:49 +00:00
PPMacroExpansion.cpp Assign the result of getCurrentFileLexer() to a PreprocessorLexer* instead of Lexer* (narrower interface). 2008-11-20 01:35:24 +00:00
PTHLexer.cpp - Default initialize ParsingPreprocessorDirective, ParsingFilename, and 2008-11-20 01:29:45 +00:00
Pragma.cpp Just use the SourceLocation of SysHeaderTok when doing a callback to emit #line 2008-11-20 01:45:11 +00:00
Preprocessor.cpp Move more cases of using 'CurLexer' to 'CurPPLexer'. 2008-11-19 22:43:49 +00:00
PreprocessorLexer.cpp - Default initialize ParsingPreprocessorDirective, ParsingFilename, and 2008-11-20 01:29:45 +00:00
ScratchBuffer.cpp
TokenLexer.cpp Remove the last of the old-style Preprocessor::Diag methods. 2008-11-18 21:48:13 +00:00