llvm-project/clang/lib/Parse
Fariborz Jahanian a2d609e2f1 Besides the warning, issue unsupported diagnostics in
ir gen. No intended change in functionality.

llvm-svn: 67857
2009-03-27 18:38:55 +00:00
..
AstGuard.h Add a switch that allows disabling the smart pointers. 2009-01-22 17:31:11 +00:00
AttributeList.cpp Besides the warning, issue unsupported diagnostics in 2009-03-27 18:38:55 +00:00
CMakeLists.txt Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
DeclSpec.cpp Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here 2009-03-26 23:56:24 +00:00
ExtensionRAIIObject.h move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
MinimalAction.cpp fix "Comment#1" from PR3872 2009-03-24 17:05:27 +00:00
ParseCXXInlineMethods.cpp Convert a bunch of actions to smart pointers, and also bring PrintParserCallbacks a bit more in line with reality. 2009-03-15 17:47:39 +00:00
ParseDecl.cpp Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway 2009-03-27 04:18:06 +00:00
ParseDeclCXX.cpp Handle parsing of templates in member declarations. Pass the AccessSpecifier all the way down to ActOnClassTemplate. 2009-03-26 00:52:18 +00:00
ParseExpr.cpp Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway 2009-03-27 04:18:06 +00:00
ParseExprCXX.cpp Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here 2009-03-26 23:56:24 +00:00
ParseInit.cpp InitListDesignations hasn't been used (ever). Eliminate it, and 2009-03-20 23:11:49 +00:00
ParseObjc.cpp objc: Implemented variables declared in class interface 2009-03-18 22:33:24 +00:00
ParsePragma.cpp Implement '#pragma unused'. 2009-03-23 22:28:25 +00:00
ParsePragma.h Implement '#pragma unused'. 2009-03-23 22:28:25 +00:00
ParseStmt.cpp random cleanups. 2009-03-24 17:04:48 +00:00
ParseTemplate.cpp Handle parsing of templates in member declarations. Pass the AccessSpecifier all the way down to ActOnClassTemplate. 2009-03-26 00:52:18 +00:00
ParseTentative.cpp Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway 2009-03-27 04:18:06 +00:00
Parser.cpp Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here 2009-03-26 23:56:24 +00:00