hanchenye-llvm-project/clang/lib/Lex
Richard Smith 2683b4c0fd Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid
misaligned reads throughout the file. Bump PTH format version to 10.

llvm-svn: 162076
2012-08-17 03:55:43 +00:00
..
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
HeaderMap.cpp
HeaderSearch.cpp When the header file search resolves a quoted include to a file in the 2012-08-13 15:47:39 +00:00
Lexer.cpp Lexer: remove dead stores. Found by Clang static analyzer! 2012-07-30 17:59:40 +00:00
LiteralSupport.cpp Share ConvertUTF8toWide() between Lex and CodeGen. 2012-07-03 02:24:52 +00:00
MacroArgs.cpp
MacroArgs.h
MacroInfo.cpp
Makefile
ModuleMap.cpp
PPCaching.cpp [preprocessor] In Preprocessor::CachingLex() check whether there were more tokens 2012-04-04 02:57:01 +00:00
PPCallbacks.cpp
PPDirectives.cpp Adding a fixit for includes that cannot be found with angle brackets, but can be found with quoted strings instead. Implements PR13201. 2012-07-17 23:19:16 +00:00
PPExpressions.cpp
PPLexerChange.cpp Documentation cleanup: escape # characters in Doxygen comments as needed. 2012-06-22 05:36:05 +00:00
PPMacroExpansion.cpp c: small refactoring of checking for __attribute__(const)) 2012-08-13 21:15:02 +00:00
PTHLexer.cpp Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid 2012-08-17 03:55:43 +00:00
Pragma.cpp Use -frewrite-includes for crash reports. 2012-06-29 22:03:56 +00:00
PreprocessingRecord.cpp Documentation cleanup: 2012-06-22 05:37:13 +00:00
Preprocessor.cpp Added some preprocessor memory usage stats to -cc1 -print-stats 2012-08-13 10:46:42 +00:00
PreprocessorLexer.cpp Documentation cleanup: Use \brief for summaries, and escape # characters. 2012-06-17 03:41:54 +00:00
ScratchBuffer.cpp
TokenConcatenation.cpp Add missing cctype includes. 2012-08-10 10:58:18 +00:00
TokenLexer.cpp Fix a typo (the the => the) 2012-07-23 08:59:39 +00:00