..
CMakeLists.txt
[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-26 06:41:29 +00:00
HeaderMap.cpp
[C++11] Use 'nullptr'. Lex edition.
2014-05-17 23:10:59 +00:00
HeaderSearch.cpp
Correctly implement -include search logic.
2014-08-12 08:25:57 +00:00
Lexer.cpp
C++1y is now C++14!
2014-08-19 15:55:55 +00:00
LiteralSupport.cpp
C++1y is now C++14!
2014-08-19 15:55:55 +00:00
MacroArgs.cpp
[C++11] Use 'nullptr'. Lex edition.
2014-05-17 23:10:59 +00:00
MacroInfo.cpp
Reinstate r213348, reverted in r213395, with an additional bug fix and more
2014-07-18 22:13:40 +00:00
Makefile
…
ModuleMap.cpp
Verify all the module map files for a pcm are the same on load
2014-08-12 16:42:33 +00:00
PPCaching.cpp
Fix the build break introduced by r195799 by restoring two close
2013-11-27 01:40:12 +00:00
PPCallbacks.cpp
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
2011-12-20 02:48:34 +00:00
PPConditionalDirectiveRecord.cpp
Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a 3-state enum.
2013-12-07 08:41:15 +00:00
PPDirectives.cpp
Correctly implement -include search logic.
2014-08-12 08:25:57 +00:00
PPExpressions.cpp
Improving the "integer constant too large" diagnostics based on post-commit feedback from Richard Smith. Amends r213657.
2014-07-24 14:51:23 +00:00
PPLexerChange.cpp
Removed unused typedef for recursive_directory_iterator
2014-06-30 16:10:15 +00:00
PPMacroExpansion.cpp
C++1y is now C++14!
2014-08-19 15:55:55 +00:00
PTHLexer.cpp
Update the call to llvm::sys::fs::UniqueID to match the definition: UniqueID(uint64_t Device, uint64_t File)
2014-08-18 15:00:11 +00:00
Pragma.cpp
Don't Lex past EOF when lexing _Pragma
2014-08-14 19:47:06 +00:00
PreprocessingRecord.cpp
[C++11] Use 'nullptr'. Lex edition.
2014-05-17 23:10:59 +00:00
Preprocessor.cpp
unique_ptr-ify FileSystemStatCache::setNextStatCache
2014-08-11 21:29:24 +00:00
PreprocessorLexer.cpp
Make Preprocessor::Lex non-recursive.
2013-09-19 00:41:32 +00:00
ScratchBuffer.cpp
[C++11] Use 'nullptr'. Lex edition.
2014-05-17 23:10:59 +00:00
TokenConcatenation.cpp
Revert "Fix assertion failures on annot_* tokens in clang -E"
2014-01-30 21:50:18 +00:00
TokenLexer.cpp
[C++11] Use 'nullptr'. Lex edition.
2014-05-17 23:10:59 +00:00
UnicodeCharSets.h
Header guard canonicalization, clang part.
2014-08-13 16:25:19 +00:00