..
CMakeLists.txt
…
HeaderMap.cpp
Use StringRef for MemoryBuffer identifier API (NFC)
2016-10-01 16:38:28 +00:00
HeaderSearch.cpp
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578 .
2018-04-10 18:53:28 +00:00
Lexer.cpp
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
2018-04-30 05:25:48 +00:00
LiteralSupport.cpp
[Lex] Fix handling numerical literals ending with ' and signed exponent.
2018-02-06 22:39:25 +00:00
MacroArgs.cpp
Fix typos in clang
2018-04-06 15:14:32 +00:00
MacroInfo.cpp
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-12-04 23:16:21 +00:00
ModuleMap.cpp
Record whether a module came from a private module map
2018-04-20 17:16:04 +00:00
PPCaching.cpp
[Lex] Fix crash on code completion in comment in included file.
2018-01-19 23:41:47 +00:00
PPCallbacks.cpp
…
PPConditionalDirectiveRecord.cpp
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion.
2015-05-04 03:15:40 +00:00
PPDirectives.cpp
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
2018-04-30 05:25:48 +00:00
PPExpressions.cpp
Implement P0482R2, support for char8_t type.
2018-05-01 05:02:45 +00:00
PPLexerChange.cpp
[Lex] Fix crash on code completion in comment in included file.
2018-01-19 23:41:47 +00:00
PPMacroExpansion.cpp
IWYU for llvm-config.h in clang. See r331124 for details.
2018-04-30 13:52:15 +00:00
PTHLexer.cpp
Fix typos in clang
2018-04-06 15:14:32 +00:00
Pragma.cpp
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578 .
2018-04-10 18:53:28 +00:00
PreprocessingRecord.cpp
[PCH] Serialize skipped preprocessor ranges
2018-01-15 19:14:16 +00:00
Preprocessor.cpp
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
2018-04-30 05:25:48 +00:00
PreprocessorLexer.cpp
[Lex] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
2017-12-04 23:16:21 +00:00
ScratchBuffer.cpp
[Lex] Use WritableMemoryBuffer in ScratchBuffer.cpp
2018-01-11 10:43:45 +00:00
TokenConcatenation.cpp
Now that C++17 is official ( https://www.iso.org/standard/68564.html ), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes.
2017-12-04 20:27:34 +00:00
TokenLexer.cpp
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
2018-04-30 05:25:48 +00:00
UnicodeCharSets.h
…