llvm-project/clang/lib/Parse
Chris Lattner 7368d581c1 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!

llvm-svn: 63111
2009-01-27 18:30:58 +00:00
..
AstGuard.h Add a switch that allows disabling the smart pointers. 2009-01-22 17:31:11 +00:00
AttributeList.cpp Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-type 2009-01-13 23:34:40 +00:00
CMakeLists.txt Update cmake build; patch by Csaba Hruska. 2008-12-02 16:23:30 +00:00
DeclSpec.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ExtensionRAIIObject.h Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MinimalAction.cpp Switch MinimalAction from new/delete'ing its TypeNameInfo to 2009-01-18 09:39:41 +00:00
ParseCXXInlineMethods.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ParseDecl.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ParseDeclCXX.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ParseExpr.cpp Fix for PR3418: make sure to handle the RHS of expressions starting with 2009-01-27 08:43:38 +00:00
ParseExprCXX.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ParseInit.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ParseObjc.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ParsePragma.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ParsePragma.h Add Parser support for #pragma pack 2008-10-04 19:21:03 +00:00
ParseStmt.cpp Fix for PR3418: make sure to handle the RHS of expressions starting with 2009-01-27 08:43:38 +00:00
ParseTemplate.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
ParseTentative.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
Parser.cpp Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00