clang-1/lib/Lex
Chris Lattner 20c6b3b85e Split the single monolithic DiagnosticKinds.def file into one
.def file for each library.  This means that adding a diagnostic
to sema doesn't require all the other libraries to be rebuilt.

Patch by Anders Johnsen!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63111 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-27 18:30:58 +00:00
..
CMakeLists.txt CMake: Added some source files. 2008-11-19 18:46:39 +00:00
HeaderMap.cpp Initialize Suffix and Prefix to 0, even with a bad entry. Removes an uninitialized value warning from gcc. 2008-10-28 00:18:42 +00:00
HeaderSearch.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Lexer.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
LiteralSupport.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
MacroArgs.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
MacroArgs.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MacroInfo.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
PPCaching.cpp This change refactors some of the low-level lexer interfaces a bit. 2009-01-26 19:29:26 +00:00
PPDirectives.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
PPExpressions.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
PPLexerChange.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
PPMacroExpansion.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
PTHLexer.cpp PTH: Use Token::setLiteralData() to directly store a pointer to cached spelling data in the PTH file. This removes a ton of code for looking up spellings using sourcelocations in the PTH file. This simplifies both PTH-generation and reading. 2009-01-27 00:01:05 +00:00
Pragma.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
Preprocessor.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
PreprocessorLexer.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ScratchBuffer.cpp This change refactors some of the low-level lexer interfaces a bit. 2009-01-26 19:29:26 +00:00
TokenLexer.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00