clang/lib/Parse
Douglas Gregor c3d43b783d Don't consume tokens past the end-of-file in an @interface. Fixes
<rdar://problem/7735566>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98613 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-16 06:04:47 +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 Reorder files. 2009-07-21 21:03:50 +00:00
DeclSpec.cpp Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema 2010-02-05 07:38:55 +00:00
Makefile Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
MinimalAction.cpp Keep track of the source locations for each protocol reference in 2010-01-16 15:02:53 +00:00
ParseCXXInlineMethods.cpp Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made 2009-12-19 10:49:29 +00:00
ParseDecl.cpp Diagnose the declaration of enum templates. Also, be a bit more 2010-03-02 17:53:14 +00:00
ParseDeclCXX.cpp Use SmallString instead of SmallVector 2010-03-13 10:17:05 +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 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
ParseObjc.cpp Don't consume tokens past the end-of-file in an @interface. Fixes 2010-03-16 06:04:47 +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 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 Privatize class members. 2009-12-10 21:50:21 +00:00