hanchenye-llvm-project/clang/lib/Lex
Benjamin Kramer d77adb5b1c Avoid an unnecessary copy of Predefines. getMemBufferCopy does the null termination for us.
llvm-svn: 92358
2009-12-31 15:33:09 +00:00
..
CMakeLists.txt Lexically order files in CMakeLists.txt files. 2009-07-15 21:08:41 +00:00
HeaderMap.cpp Update location of DataTypes.h to reflect move in LLVM with r85086. 2009-10-26 01:37:10 +00:00
HeaderSearch.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Lexer.cpp reimplement r90860, fixing a couple of problems: 2009-12-17 05:29:40 +00:00
LiteralSupport.cpp Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641 2009-12-24 09:08:04 +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 Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
PPCaching.cpp Remove an overly-eager assertion when replacing tokens with an 2009-11-12 00:03:40 +00:00
PPDirectives.cpp Convert to StringRef, avoid a memcpy in the common case. 2009-12-31 13:32:38 +00:00
PPExpressions.cpp fix rdar://7466570 - Be more bug compatible with GCC when it comes to 2009-12-14 05:00:18 +00:00
PPLexerChange.cpp Unbreak and add test case for r90276, a situation in which getBuffer is expected to fail. 2009-12-06 09:19:25 +00:00
PPMacroExpansion.cpp move the VarargsElided member of MacrosArgs to shrink the MacroArgs struct 2009-12-14 22:12:52 +00:00
PTHLexer.cpp Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. 2009-11-28 19:45:26 +00:00
Pragma.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Preprocessor.cpp Avoid an unnecessary copy of Predefines. getMemBufferCopy does the null termination for us. 2009-12-31 15:33:09 +00:00
PreprocessorLexer.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ScratchBuffer.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
TokenConcatenation.cpp Move clients to use IdentifierInfo::getNameStart() instead of getName() 2009-10-18 20:26:12 +00:00
TokenLexer.cpp The PreExpArgTokens array is indexed with an argument #, 2009-12-28 06:17:16 +00:00