llvm-project/clang/lib/Parse
Ted Kremenek 58d8190417 Fix: <rdar://problem/7021553> clang -fsyntax-only crashes (in ParseDeclarationSpecifiers ... from ParseObjCTypeName)
Another case where we should use SmallVector::data() instead of taking the
address of element 0 of a SmallVector when the SmallVector has no elements.

llvm-svn: 74556
2009-06-30 22:19:00 +00:00
..
AttributeList.cpp OpenCL 1.0 support: attributes 2009-06-26 06:32:41 +00:00
CMakeLists.txt Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
DeclSpec.cpp Implement enough of the 'auto' keyword so we can claim to support N2546. 2009-06-26 18:41:36 +00:00
ExtensionRAIIObject.h Rejigger how -pedantic and -pedantic-errors work and their interaction 2009-04-15 07:01:18 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
MinimalAction.cpp Make it possible for using decls to point to operators. Fixes PR4441. 2009-06-27 00:27:47 +00:00
ParseCXXInlineMethods.cpp Reimplement much of the way that we track nested classes in the 2009-05-27 23:11:45 +00:00
ParseDecl.cpp Fix: <rdar://problem/7021553> clang -fsyntax-only crashes (in ParseDeclarationSpecifiers ... from ParseObjCTypeName) 2009-06-30 22:19:00 +00:00
ParseDeclCXX.cpp Make it possible for using decls to point to operators. Fixes PR4441. 2009-06-27 00:27:47 +00:00
ParseExpr.cpp Fix the parser error hanlding for __builtin_offsetof to actually print 2009-06-27 20:38:33 +00:00
ParseExprCXX.cpp fix PR4452, a crash on invalid. The error recovery is still terrible in this case 2009-06-26 04:27:47 +00:00
ParseInit.cpp Merge the ASTVector and ASTOwningVector templates, since they offered 2009-05-21 16:25:11 +00:00
ParseObjc.cpp Fix a clang crash caused by incorrect user code. 2009-06-24 17:00:18 +00:00
ParsePragma.cpp Add parser support for #pragma weak. 2009-06-05 00:49:58 +00:00
ParsePragma.h Add parser support for #pragma weak. 2009-06-05 00:49:58 +00:00
ParseStmt.cpp change ParseStatementOrDeclaration to emit the 'missing ;' with 2009-06-14 00:23:56 +00:00
ParseTemplate.cpp fix PR4452, a crash on invalid. The error recovery is still terrible in this case 2009-06-26 04:27:47 +00:00
ParseTentative.cpp Parse the C++0x decltype specifier. 2009-06-24 17:47:40 +00:00
Parser.cpp Fix screwup with my previous patch which broke tests. (The patch is 2009-06-27 08:17:02 +00:00