llvm-project/clang/lib/Parse
Fariborz Jahanian 1c5d4c54a9 Objective-C [qoi]: Provide improved parse diagnostics when
closing rbrace is missing in an ObjC class declaration.
Can do beter than this, but it involves addition of
overhead which will be present in correct code.
// rdar://6854840

llvm-svn: 177435
2013-03-19 20:27:40 +00:00
..
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Fix indent. 2012-12-21 19:43:33 +00:00
ParseCXXInlineMethods.cpp Flag that friend function definitions are "late parsed" so that 2013-03-14 05:13:41 +00:00
ParseDecl.cpp PR15290: 'this' is not permitted in the declaration of a friend function, 2013-03-15 00:41:52 +00:00
ParseDeclCXX.cpp Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs 2013-02-22 09:15:49 +00:00
ParseExpr.cpp Add OpenCL samplers as Clang builtin types and check sampler related restrictions. 2013-02-07 10:55:47 +00:00
ParseExprCXX.cpp Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
ParseInit.cpp s/CPlusPlus0x/CPlusPlus11/g 2013-01-02 11:42:31 +00:00
ParseObjc.cpp Objective-C [qoi]: Provide improved parse diagnostics when 2013-03-19 20:27:40 +00:00
ParsePragma.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ParsePragma.h Permanently end the whole "pragma got handled by the parser too early" 2012-10-04 02:36:51 +00:00
ParseStmt.cpp [libclang] Fix a crash with invalid code, while skip function bodies is enabled. 2013-02-22 04:11:06 +00:00
ParseTemplate.cpp Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. 2013-03-18 22:52:47 +00:00
ParseTentative.cpp Add OpenCL samplers as Clang builtin types and check sampler related restrictions. 2013-02-07 10:55:47 +00:00
Parser.cpp [Sema] Semantic analysis for empty-declaration and attribute-declaration. 2013-02-22 17:15:32 +00:00
RAIIObjectsForParser.h Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, 2013-02-22 01:59:51 +00:00