llvm-project/clang/lib/Parse
Fariborz Jahanian 7a055366f2 objective-c. Fixes a 'fixit' where location of
'*' on objective-c class name was misplaced.
// rdar://11311333

llvm-svn: 156517
2012-05-09 21:49:29 +00:00
..
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +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 Added a flag to the parser to skip method bodies. 2012-04-12 10:11:59 +00:00
ParseCXXInlineMethods.cpp Refactor DelayedDiagnostics so that it keeps diagnostics in 2012-05-07 06:16:41 +00:00
ParseDecl.cpp Push the knowledge that we are parsing a type-id/type-name further into the 2012-05-09 20:55:26 +00:00
ParseDeclCXX.cpp Recover properly if a class member declaration starts with a scope specifier 2012-05-09 08:23:23 +00:00
ParseExpr.cpp Revert most of r154844, which was disabled in r155975. Keep around the 2012-05-02 22:22:32 +00:00
ParseExprCXX.cpp Revert most of r154844, which was disabled in r155975. Keep around the 2012-05-02 22:22:32 +00:00
ParseInit.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseObjc.cpp objective-c. Fixes a 'fixit' where location of 2012-05-09 21:49:29 +00:00
ParsePragma.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParsePragma.h Implement #pragma redefine_extname. 2012-02-18 16:12:34 +00:00
ParseStmt.cpp improve error recovery for extra ')'s after a if/switch/while condition. Before: 2012-04-28 16:24:20 +00:00
ParseTemplate.cpp Refactor DelayedDiagnostics so that it keeps diagnostics in 2012-05-07 06:16:41 +00:00
ParseTentative.cpp A couple of very small tweaks suggested by Doug in reply to r155580 and r155163. 2012-05-01 01:16:25 +00:00
Parser.cpp Recover properly if a class member declaration starts with a scope specifier 2012-05-09 08:23:23 +00:00
RAIIObjectsForParser.h Change how we suppress access control in explicit instantiations 2012-05-07 06:16:58 +00:00