clang-1/lib/Parse
Sebastian Redl 743de1f671 Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67495 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-23 00:00:23 +00:00
..
AstGuard.h Add a switch that allows disabling the smart pointers. 2009-01-22 17:31:11 +00:00
AttributeList.cpp Add Parse/Sema support for weak_import attribute. 2009-03-06 06:39:57 +00:00
CMakeLists.txt Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
DeclSpec.cpp Introduce a representation for types that we referred to via a 2009-03-19 00:18:19 +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 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
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 Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. 2009-03-23 00:00:23 +00:00
ParseDeclCXX.cpp Handle static_asserts when instantiating structs. 2009-03-15 18:44:04 +00:00
ParseExpr.cpp Keep track of whether a class is abstract or not. This is currently only used for the __is_abstract type trait. 2009-03-22 01:52:17 +00:00
ParseExprCXX.cpp Introduce a representation for types that we referred to via a 2009-03-19 00:18:19 +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 move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
ParsePragma.h Add Parser support for #pragma pack 2008-10-04 19:21:03 +00:00
ParseStmt.cpp rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. 2009-03-05 08:00:35 +00:00
ParseTemplate.cpp Clean up and document code modification hints. 2009-02-27 17:53:17 +00:00
ParseTentative.cpp Add parser support for static_assert. 2009-03-11 16:27:10 +00:00
Parser.cpp Introduce a representation for types that we referred to via a 2009-03-19 00:18:19 +00:00