llvm-project/clang/lib/Lex
Argyrios Kyrtzidis 18bcfd5595 Introduce a callback to PPCallbacks for lines skipped by the preprocessor.
Patch by Jason Haslam!

llvm-svn: 140612
2011-09-27 17:32:05 +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 When we load header file information from the external source (i.e., 2011-09-17 05:35:18 +00:00
Lexer.cpp Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
LiteralSupport.cpp When parsing a character literal, extract the characters from the 2011-09-27 17:00:18 +00:00
MacroArgs.cpp ArrayRef-ifying MacroArgs::create's arguments argument. 2011-09-22 02:03:12 +00:00
MacroArgs.h ArrayRef-ifying MacroArgs::create's arguments argument. 2011-09-22 02:03:12 +00:00
MacroInfo.cpp Modules hide macro definitions by default, so that silly things like 2011-09-01 17:04: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 Optimize the preprocessor's handling of the __import_module__ 2011-09-07 23:11:54 +00:00
PPDirectives.cpp Introduce a callback to PPCallbacks for lines skipped by the preprocessor. 2011-09-27 17:32:05 +00:00
PPExpressions.cpp Fix missing includes for llvm_unreachable 2011-09-23 05:35:21 +00:00
PPLexerChange.cpp Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
PPMacroExpansion.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
PTHLexer.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
Pragma.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
PreprocessingRecord.cpp Do manual binary search for preprocessing entities because their end locations 2011-09-22 21:17:02 +00:00
Preprocessor.cpp Properly initialize Preprocessor::CurLexerKind to avoid use of uninitialized variable. 2011-09-26 03:37:43 +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 Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00