llvm-project/clang/lib/Parse
Fariborz Jahanian b6499eb60d objc: position of 'fixit' was off by one.
This patch fixes it. // rdar://11488351

llvm-svn: 157646
2012-05-29 21:52:45 +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 CXXThisScopeRAII objects aren't free, don't compute one if it's unused. 2012-05-17 12:01:52 +00:00
ParseDecl.cpp Recognize the MS inheritance attributes and turn them into attributes 2012-05-22 21:28:12 +00:00
ParseDeclCXX.cpp Recognize the MS inheritance attributes and turn them into attributes 2012-05-22 21:28:12 +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 objc: position of 'fixit' was off by one. 2012-05-29 21:52:45 +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 Include the correct conversion context locations for condition expressions. 2012-05-16 04:20:04 +00:00
ParseTemplate.cpp Refactor DelayedDiagnostics so that it keeps diagnostics in 2012-05-07 06:16:41 +00:00
ParseTentative.cpp Recover better from a missing 'typename' in a function template definition. 2012-05-16 23:40:17 +00:00
Parser.cpp Move the warnings for extra semi-colons under -Wextra-semi. Also, added 2012-05-16 19:04:59 +00:00
RAIIObjectsForParser.h Change how we suppress access control in explicit instantiations 2012-05-07 06:16:58 +00:00