hanchenye-llvm-project/clang/lib/Lex
Argyrios Kyrtzidis 85a14bbd31 For the MacroExpands preprocessor callback, also pass the SourceRange
of expansion (for function macros it includes the right paren).

llvm-svn: 137909
2011-08-18 01:05:45 +00:00
..
CMakeLists.txt Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. 2011-02-11 23:46:38 +00:00
HeaderMap.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
HeaderSearch.cpp Use the "Bar.h" -> <Foo/Bar.h> remapping for index header maps only as 2011-07-30 06:28:34 +00:00
Lexer.cpp Make Lexer::GetBeginningOfToken able to handle macro arg expansion locations. 2011-08-17 00:31:23 +00:00
LiteralSupport.cpp De-Unicode-ify. 2011-08-12 05:49:51 +00:00
MacroArgs.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
MacroArgs.h Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. 2011-07-07 03:40:34 +00:00
MacroInfo.cpp Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc. 2011-07-25 20:52:32 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
PPCaching.cpp Remove the check for repeated tok::eofs, we are not supposed to go past eof so this code is 2010-07-12 21:41:41 +00:00
PPDirectives.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
PPExpressions.cpp A couple fixes for preprocessor expressions: 2011-08-03 00:04:13 +00:00
PPLexerChange.cpp Introduce a caching mechanism for macro expanded tokens. 2011-06-29 22:20:11 +00:00
PPMacroExpansion.cpp For the MacroExpands preprocessor callback, also pass the SourceRange 2011-08-18 01:05:45 +00:00
PTHLexer.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Pragma.cpp Add support for C++0x unicode string and character literals, from Craig Topper! 2011-07-27 05:40:30 +00:00
PreprocessingRecord.cpp For the MacroExpands preprocessor callback, also pass the SourceRange 2011-08-18 01:05:45 +00:00
Preprocessor.cpp Change Preprocessor::getTotalMemory() to use llvm::capacity_in_bytes(). 2011-07-27 18:41:23 +00:00
PreprocessorLexer.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
ScratchBuffer.cpp
TokenConcatenation.cpp Raw string followup. Pass a couple StringRefs by value. 2011-08-11 05:10:55 +00:00
TokenLexer.cpp Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. 2011-07-26 03:03:05 +00:00