llvm-project/clang/lib/Parse
Argyrios Kyrtzidis 0204197d53 Add a few asserts to be on the safe side.
llvm-svn: 99973
2010-03-31 00:38:09 +00:00
..
AttributeList.cpp revert r98661, gcc_tdiag is not an attribute (PR6542). 2010-03-22 20:59:10 +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 Add a few asserts to be on the safe side. 2010-03-31 00:38:09 +00:00
ParseDecl.cpp Make sure we actually override ReadHeaderFileInfo when we meant to 2010-03-16 19:09:18 +00:00
ParseDeclCXX.cpp Support __attribute__((packed)) (along with other attributes) at the 2010-03-29 14:42:08 +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 Fixes access rues for ivars declared in class 2010-03-22 19:04:14 +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 Don't skip past the '}' if an expression has error and is not followed by ';'. 2010-03-31 00:37:59 +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 Remove the capture, serialization, and deserialization of comment 2010-03-19 22:13:20 +00:00
RAIIObjectsForParser.h Privatize class members. 2009-12-10 21:50:21 +00:00