hanchenye-llvm-project/clang/lib/Lex
Ted Kremenek 8d6c828728 Don't crash on empty PTH files. This fixes <rdar://problem/6512714>.
llvm-svn: 62673
2009-01-21 07:34: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
Lexer.cpp Rename SourceManager::getCanonicalFileID -> getFileID. There is 2009-01-19 07:46:45 +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
MacroInfo.cpp
Makefile
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 Don't crash on empty PTH files. This fixes <rdar://problem/6512714>. 2009-01-21 07:34: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 Run destructors of MacroInfo objects to free memory they allocate. This addresses <rdar://problem/6506035>. 2009-01-19 07:45:44 +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