llvm-project/clang/lib/Parse
Douglas Gregor 1d0015f8e1 Improved fix for PR3844, which recovers better for class template
partial specializations and explicit instantiations of non-templates.

llvm-svn: 85620
2009-10-30 22:09:44 +00:00
..
AttributeList.cpp StringSwitch-ify attribute name mapping. 2009-10-29 05:26:58 +00:00
CMakeLists.txt Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Move DeclSpec::setProtocolQualifiers() out of line. 2009-09-29 19:42:11 +00:00
ExtensionRAIIObject.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
MinimalAction.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParseCXXInlineMethods.cpp Alter Action's friend interface to prepare for templated friend declarations and 2009-09-11 21:02:39 +00:00
ParseDecl.cpp Improve diagnostics when the parser encounters a declarator with an 2009-10-13 23:27:22 +00:00
ParseDeclCXX.cpp Improved fix for PR3844, which recovers better for class template 2009-10-30 22:09:44 +00:00
ParseExpr.cpp simplify Sema::getTypeName a bit: if control gets out of the switch, 2009-10-25 17:16:46 +00:00
ParseExprCXX.cpp When building and instantiating a template-id reference expression, such as 2009-10-22 17:20:55 +00:00
ParseInit.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
ParseObjc.cpp Issue warning if method body starts with a semicolon. 2009-10-20 16:39:13 +00:00
ParsePragma.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParsePragma.h Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ParseStmt.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
ParseTemplate.cpp Improved fix for PR3844, which recovers better for class template 2009-10-30 22:09:44 +00:00
ParseTentative.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Parser.cpp Don't crash when dumping pretty stack traces, if the current tok is an 2009-10-17 06:13:04 +00:00