hanchenye-llvm-project/clang/lib/Lex
Chris Lattner 02495d80ef Make some enums in SourceLocation private, remove a useless assertion from ScratchBuffer.
llvm-svn: 62492
2009-01-19 06:57:37 +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 Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Lexer.cpp Make SourceLocation::getFileLoc private to reduce the API exposure of 2009-01-19 06:46:35 +00:00
LiteralSupport.cpp minor cleanups to StringLiteralParser: no need to pass target info 2009-01-16 18:51:42 +00:00
MacroArgs.cpp Optimize stringification a bit to avoid std::string thrashing and 2009-01-05 23:04:18 +00:00
MacroArgs.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MacroInfo.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
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 this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
PPExpressions.cpp fix rdar://6505352 - Bogus warning with -WUndef, a case 2009-01-18 21:18:58 +00:00
PPLexerChange.cpp simplify PTHManager::CreateLexer 2009-01-17 08:06:50 +00:00
PPMacroExpansion.cpp more SourceLocation lexicon change: instead of referring to the 2009-01-16 07:36:28 +00:00
PTHLexer.cpp rearrange GetIdentifierInfo so that the fast path can be partially inlined into PTHLexer::Lex. This speeds up the user time of PTH -Eonly by another 2ms (4.4%) 2009-01-18 02:57:21 +00:00
Pragma.cpp Make SourceLocation::getFileLoc private to reduce the API exposure of 2009-01-19 06:46:35 +00:00
Preprocessor.cpp in Preprocessor::AdvanceToTokenCharacter, don't actually bother 2009-01-17 07:57:25 +00:00
PreprocessorLexer.cpp this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
ScratchBuffer.cpp Make some enums in SourceLocation private, remove a useless assertion from ScratchBuffer. 2009-01-19 06:57:37 +00:00
TokenLexer.cpp Make SourceLocation::getFileLoc private to reduce the API exposure of 2009-01-19 06:46:35 +00:00