.. |
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
|
Fixed exapnsion range for # and ##.
|
2011-10-03 18:39:03 +00:00 |
LiteralSupport.cpp
|
When parsing a character literal, extract the characters from the
|
2011-09-27 17:00:18 +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
|
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
|
A couple random preprocessor changes that got ported from C99 to C++11.
|
2011-10-10 23:35:28 +00:00 |
PPExpressions.cpp
|
Fix missing includes for llvm_unreachable
|
2011-09-23 05:35:21 +00:00 |
PPLexerChange.cpp
|
For the FileChanged Preprocessor callback, when exiting a file, pass its FileID.
|
2011-10-11 17:29:44 +00:00 |
PPMacroExpansion.cpp
|
Fixed exapnsion range for # and ##.
|
2011-10-03 18:39:03 +00:00 |
PTHLexer.cpp
|
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
2011-09-25 23:23:43 +00:00 |
Pragma.cpp
|
Add explicit attributes to mark functions as having had their
|
2011-09-30 05:12:12 +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
|
Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in
|
2011-10-11 19:57:52 +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 |