hanchenye-llvm-project/clang/lib/Lex
Eli Friedman d1370791c2 Use native endianness for writing out character escapes to the result buffer for string literal parsing. No functional change on little-endian architectures; should fix test failures on PPC.
llvm-svn: 143585
2011-11-02 23:06:23 +00:00
..
CMakeLists.txt
HeaderMap.cpp
HeaderSearch.cpp When we load header file information from the external source (i.e., 2011-09-17 05:35:18 +00:00
Lexer.cpp Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! 2011-10-17 21:47:53 +00:00
LiteralSupport.cpp Use native endianness for writing out character escapes to the result buffer for string literal parsing. No functional change on little-endian architectures; should fix test failures on PPC. 2011-11-02 23:06:23 +00:00
MacroArgs.cpp Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
MacroArgs.h Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
MacroInfo.cpp For modules, all macros that aren't include guards are implicitly 2011-10-17 15:32:29 +00:00
Makefile
PPCaching.cpp Optimize the preprocessor's handling of the __import_module__ 2011-09-07 23:11:54 +00:00
PPDirectives.cpp For modules, all macros that aren't include guards are implicitly 2011-10-17 15:32:29 +00:00
PPExpressions.cpp -Wc++98-compat warnings for the lexer. 2011-10-15 01:18:56 +00:00
PPLexerChange.cpp Argyrios says this change is required for safety under PTH. 2011-10-18 01:36:41 +00:00
PPMacroExpansion.cpp Add __has_feature(cxx_raw_string_literals) and 2011-11-01 01:23:44 +00:00
PTHLexer.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
Pragma.cpp Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
PreprocessingRecord.cpp [PCH] When visiting preprocessed entities, make it possible to avoid deserializing 2011-10-25 00:29:50 +00:00
Preprocessor.cpp Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
PreprocessorLexer.cpp Boost the efficiency of SourceManager::getMacroArgExpandedLocation. 2011-08-21 23:33:04 +00:00
ScratchBuffer.cpp Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
TokenConcatenation.cpp Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
TokenLexer.cpp Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00