hanchenye-llvm-project/clang/lib/Lex
Chris Lattner f8ccb4f9e3 Update comment.
llvm-svn: 62819
2009-01-23 00:13:28 +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 a trivial micro optimization to save a load. 2009-01-21 07:45:14 +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 do not use SourceManager::getFileCharacteristic(FileID), it is not 2009-01-19 07:59:15 +00:00
PPExpressions.cpp fix rdar://6505352 - Bogus warning with -WUndef, a case 2009-01-18 21:18:58 +00:00
PPLexerChange.cpp do not use SourceManager::getFileCharacteristic(FileID), it is not 2009-01-19 08:01:53 +00:00
PPMacroExpansion.cpp more SourceLocation lexicon change: instead of referring to the 2009-01-16 07:36:28 +00:00
PTHLexer.cpp Update comment. 2009-01-23 00:13:28 +00:00
Pragma.cpp Make SourceLocation::getFileLoc private to reduce the API exposure of 2009-01-19 06:46:35 +00:00
Preprocessor.cpp Add a bit to IdentifierInfo that acts as a simple predicate which 2009-01-21 07:43:11 +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 Add a bit to IdentifierInfo that acts as a simple predicate which 2009-01-21 07:43:11 +00:00