hanchenye-llvm-project/clang/lib/Lex
Benjamin Kramer a197fb6731 Move method out-of-line. I thought this would be a candidate for inlining but I was wrong.
llvm-svn: 97330
2010-02-27 17:05:45 +00:00
..
CMakeLists.txt
HeaderMap.cpp Simplify code. No functionality change. 2010-01-10 09:51:00 +00:00
HeaderSearch.cpp stringref'ize a bunch of filename handling logic. Much 2010-01-10 01:35:12 +00:00
Lexer.cpp don't inform comment handlers about comments in #if 0 blocks, 2010-02-03 21:06:21 +00:00
LiteralSupport.cpp ui64, etc. are valid VS suffixes. 2010-01-22 21:36:53 +00:00
MacroArgs.cpp use best-fit instead of first-fit when reusing a MacroArgs object, 2009-12-28 06:36:46 +00:00
MacroArgs.h The PreExpArgTokens array is indexed with an argument #, 2009-12-28 06:17:16 +00:00
MacroInfo.cpp
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
PPCaching.cpp When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. 2010-02-08 19:35:18 +00:00
PPDirectives.cpp Add an overload of Preprocessor::getSpelling which takes a SmallVector and 2010-02-27 13:44:12 +00:00
PPExpressions.cpp Another trivial getSpelling simplification. 2010-02-27 16:29:36 +00:00
PPLexerChange.cpp Teach Preprocessor::macro_begin/macro_end to lazily load all macro 2010-01-04 19:18:44 +00:00
PPMacroExpansion.cpp Add an overload of Preprocessor::getSpelling which takes a SmallVector and 2010-02-27 13:44:12 +00:00
PTHLexer.cpp
Pragma.cpp Add an overload of Preprocessor::getSpelling which takes a SmallVector and 2010-02-27 13:44:12 +00:00
Preprocessor.cpp Move method out-of-line. I thought this would be a candidate for inlining but I was wrong. 2010-02-27 17:05:45 +00:00
PreprocessorLexer.cpp
ScratchBuffer.cpp
TokenConcatenation.cpp
TokenLexer.cpp The PreExpArgTokens array is indexed with an argument #, 2009-12-28 06:17:16 +00:00