llvm-project/clang/lib/Lex
Aaron Ballman 8047362129 Add an explicit initializer to silence a -Wmissing-field-initializers diagnostic; NFC.
llvm-svn: 350912
2019-01-11 00:13:57 +00:00
..
CMakeLists.txt PTH-- Remove feature entirely- 2018-12-04 14:34:09 +00:00
HeaderMap.cpp [Lex] Make HeaderMaps a unique_ptr vector 2018-08-20 19:15:02 +00:00
HeaderSearch.cpp [HeaderSearch] loadSubdirectoryModuleMaps should respect -working-directory 2018-11-14 01:08:03 +00:00
Lexer.cpp Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
LiteralSupport.cpp Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
MacroArgs.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
MacroInfo.cpp [Lex] Make MacroDirective::findDirectiveAtLoc take const SourceManager 2018-10-31 17:19:20 +00:00
ModuleMap.cpp Add vtable anchor to classes. 2018-12-29 02:02:30 +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
PPDirectives.cpp Correct the source range returned from preprocessor callbacks. 2019-01-10 21:22:13 +00:00
PPExpressions.cpp Add an explicit initializer to silence a -Wmissing-field-initializers diagnostic; NFC. 2019-01-11 00:13:57 +00:00
PPLexerChange.cpp PTH-- Remove feature entirely- 2018-12-04 14:34:09 +00:00
PPMacroExpansion.cpp PTH-- Remove feature entirely- 2018-12-04 14:34:09 +00:00
Pragma.cpp PTH-- Remove feature entirely- 2018-12-04 14:34:09 +00:00
PreprocessingRecord.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
Preprocessor.cpp Misc typos fixes in ./lib folder 2018-12-10 12:37:46 +00:00
PreprocessorLexer.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ScratchBuffer.cpp [Lex] Use WritableMemoryBuffer in ScratchBuffer.cpp 2018-01-11 10:43:45 +00:00
TokenConcatenation.cpp [Lex] TokenConcatenation now takes const Preprocessor 2018-09-27 12:40:16 +00:00
TokenLexer.cpp Remove trailing space 2018-07-30 19:24:48 +00:00
UnicodeCharSets.h