llvm-project/clang/lib/Lex
Chandler Carruth ee4c1d1298 Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion'
etc. With this I think essentially all of the SourceManager APIs are
converted. Comments and random other bits of cleanup should be all thats
left.

llvm-svn: 136057
2011-07-26 04:56:51 +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 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lexer.cpp Migrate 'Instantiation' data and API bits of SLocEntry to 'Expansion' 2011-07-26 04:56:51 +00:00
LiteralSupport.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
MacroArgs.cpp Make the Preprocessor more memory efficient and improve macro instantiation diagnostics. 2011-07-07 03:40:34 +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 Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc. 2011-07-25 20:52:32 +00:00
PPExpressions.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
PPLexerChange.cpp Introduce a caching mechanism for macro expanded tokens. 2011-06-29 22:20:11 +00:00
PPMacroExpansion.cpp Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. 2011-07-26 03:03:05 +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 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
PreprocessingRecord.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Preprocessor.cpp Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. 2011-07-26 03:03:05 +00:00
PreprocessorLexer.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
ScratchBuffer.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
TokenConcatenation.cpp Introduced raw_identifier token kind. 2010-12-22 08:23:18 +00:00
TokenLexer.cpp Rename create(MacroArg)InstantiationLoc to create(MacroArg)ExpansionLoc. 2011-07-26 03:03:05 +00:00