llvm-project/clang/lib/Lex
Anna Zaks 59a3c80717 Add a utility function to the Lexer, which makes it easier to find a token after the given location. (It is a generalized version of trans::findLocationAfterSemi from ArcMigrate, which will be changed to use the Lexer utility).
llvm-svn: 136268
2011-07-27 21:43:43 +00:00
..
CMakeLists.txt Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +00:00
HeaderMap.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
HeaderSearch.cpp Change HeaderSearch::getTotalMemory() to use llvm::capacity_in_bytes(). 2011-07-27 18:41:18 +00:00
Lexer.cpp Add a utility function to the Lexer, which makes it easier to find a token after the given location. (It is a generalized version of trans::findLocationAfterSemi from ArcMigrate, which will be changed to use the Lexer utility). 2011-07-27 21:43:43 +00:00
LiteralSupport.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
MacroArgs.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
MacroArgs.h Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. 2011-07-07 03:40:34 +00:00
MacroInfo.cpp Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc. 2011-07-25 20:52:32 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
PPCaching.cpp Remove the check for repeated tok::eofs, we are not supposed to go past eof so this code is 2010-07-12 21:41:41 +00:00
PPDirectives.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
PPExpressions.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
PPLexerChange.cpp Introduce a caching mechanism for macro expanded tokens. 2011-06-29 22:20:11 +00:00
PPMacroExpansion.cpp Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. 2011-07-26 03:03:05 +00:00
PTHLexer.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Pragma.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
PreprocessingRecord.cpp Change PreprocessingRecord::getTotalMemory() to use llvm::capacity_in_bytes(). 2011-07-27 18:41:20 +00:00
Preprocessor.cpp Change Preprocessor::getTotalMemory() to use llvm::capacity_in_bytes(). 2011-07-27 18:41:23 +00:00
PreprocessorLexer.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
ScratchBuffer.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
TokenConcatenation.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
TokenLexer.cpp Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. 2011-07-26 03:03:05 +00:00