hanchenye-llvm-project/clang/lib/Parse
Douglas Gregor dc70c3abc0 Diagnose the declaration of enum templates. Also, be a bit more
careful about value-dependent enumerators. Fixes PR5786.

llvm-svn: 97570
2010-03-02 17:53:14 +00:00
..
AttributeList.cpp Add support for the weakref attribute. We still produce "alias weak" as llvm-gcc does, but are more strict on what uses of weakref we accept. 2010-02-23 22:00:30 +00:00
CMakeLists.txt
DeclSpec.cpp
Makefile
MinimalAction.cpp
ParseCXXInlineMethods.cpp
ParseDecl.cpp Diagnose the declaration of enum templates. Also, be a bit more 2010-03-02 17:53:14 +00:00
ParseDeclCXX.cpp Fix an amusing typo that completely the re-introduction of parameters 2010-03-02 01:29:43 +00:00
ParseExpr.cpp Fix an assertion-on-error during tentative constructor parsing by 2010-02-26 08:45:28 +00:00
ParseExprCXX.cpp Fix an assertion-on-error during tentative constructor parsing by 2010-02-26 08:45:28 +00:00
ParseInit.cpp
ParseObjc.cpp Early support for declaring ivars in class extensions. wip. 2010-02-22 23:04:20 +00:00
ParsePragma.cpp
ParsePragma.h
ParseStmt.cpp Clean up ownership of 'AttributeList' objects in Parser. Apparently 2010-02-11 02:19:13 +00:00
ParseTemplate.cpp When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. 2010-02-08 19:35:18 +00:00
ParseTentative.cpp Fix an assertion-on-error during tentative constructor parsing by 2010-02-26 08:45:28 +00:00
Parser.cpp Unbreak the build 2010-03-01 23:31:19 +00:00
RAIIObjectsForParser.h