llvm-project/clang/lib/Parse
Ted Kremenek 24c8e4f245 Per conversation with Doug, remove two assertions in ParseLexedMethodDefs() that
didn't indicate violated invariants but that we weren't recovering well.

llvm-svn: 106195
2010-06-17 00:59:17 +00:00
..
AttributeList.cpp Roll back r104941. 2010-05-28 18:25:28 +00:00
CMakeLists.txt Update CMake build for new attribute changes. 2010-06-17 00:37:02 +00:00
DeclSpec.cpp Keep track of the actual storage specifier written on a variable or 2010-04-19 22:54:31 +00:00
Makefile Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. 2010-06-08 20:44:43 +00:00
MinimalAction.cpp Improve parser recovery when we encounter a dependent template name 2010-05-21 23:18:07 +00:00
ParseCXXInlineMethods.cpp Per conversation with Doug, remove two assertions in ParseLexedMethodDefs() that 2010-06-17 00:59:17 +00:00
ParseDecl.cpp Make the "extra ';' inside a struct or union" diagnostic more 2010-06-16 23:08:59 +00:00
ParseDeclCXX.cpp When parsing cached C++ method declarations/definitions, save the 2010-06-16 23:45:56 +00:00
ParseExpr.cpp Minor tweaks on doug's objc recovery patch: the caller 2010-05-31 18:18:22 +00:00
ParseExprCXX.cpp When we see a 'template' disambiguator that marks the next identifier 2010-06-16 23:00:59 +00:00
ParseInit.cpp Implement parsing for message sends in Objective-C++. Message sends in 2010-04-21 22:36:40 +00:00
ParseObjc.cpp Make the "extra ';' inside a struct or union" diagnostic more 2010-06-16 23:08:59 +00:00
ParsePragma.cpp Parse/Sema: Add support for '#pragma options align=packed', which, it should be 2010-05-27 18:42:17 +00:00
ParsePragma.h Parse: Add support for '#pragma options align'. 2010-05-26 23:29:06 +00:00
ParseStmt.cpp Teach code completion to adjust its completion priorities based on the 2010-05-30 01:49:25 +00:00
ParseTemplate.cpp When we see a 'template' disambiguator that marks the next identifier 2010-06-16 23:00:59 +00:00
ParseTentative.cpp Add support for Microsoft's __thiscall, from Steven Watanabe! 2010-05-18 16:57:00 +00:00
Parser.cpp Fix the recently-added warning about 'typename' and 'template' 2010-06-16 22:31:08 +00:00
RAIIObjectsForParser.h Privatize class members. 2009-12-10 21:50:21 +00:00