clang-1/lib/Parse
Nick Lewycky 9fa8e56940 Make this error less specific but also less likely to cause confusion. Fixes
PR7702.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118181 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-03 17:52:57 +00:00
..
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +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 Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
ParseCXXInlineMethods.cpp Parse default arguments within member functions in source order, from 2010-10-12 16:25:54 +00:00
ParseDecl.cpp Parse attributes on enumerators and instantiate attributes on enum decls. 2010-10-22 23:36:17 +00:00
ParseDeclCXX.cpp Tag references shouldn't ever get template parameter lists. 2010-10-19 18:40:57 +00:00
ParseExpr.cpp Provide code completion for types after the '^' that starts a block 2010-10-18 21:34:55 +00:00
ParseExprCXX.cpp Make this error less specific but also less likely to cause confusion. Fixes 2010-11-03 17:52:57 +00:00
ParseInit.cpp Implement bracket insertion for Objective-C instance message sends as 2010-09-15 14:51:05 +00:00
ParseObjc.cpp Diagnose a coherant message when @interface 2010-11-02 00:44:43 +00:00
ParsePragma.cpp When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
ParsePragma.h When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
ParseStmt.cpp Properly handle temporaries that are created in a AsmStmt. 2010-11-02 02:33:08 +00:00
ParseTemplate.cpp Diagnose the declaration of template template parameters that 2010-10-21 17:26:49 +00:00
ParseTentative.cpp Teach the C++ simple-type-specifier parser and tentative parses about 2010-10-21 23:17:00 +00:00
Parser.cpp Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now. 2010-10-11 12:59:39 +00:00
RAIIObjectsForParser.h Implement bracket insertion for Objective-C instance message sends as 2010-09-15 14:51:05 +00:00