llvm-project/clang/test
Chris Lattner b4a8fe8dcc Make the implicit-int handling error recovery stuff handle C++
nested name specifiers.  Now we emit stuff like:

t.cpp:8:13: error: unknown type name 'X'
static foo::X  P;
       ~~~~ ^

instead of:

t.cpp:8:16: error: invalid token after top level declarator
static foo::X  P;
               ^

This is inspired by a really awful error message I got from 
g++ when I misspelt diag::kind as diag::Kind.

llvm-svn: 69086
2009-04-14 22:17:06 +00:00
..
Analysis Fix rdar://6771034: don't warn on use of forward declared protocol in protocol 2009-04-12 08:43:13 +00:00
CodeGen Fix PR3988: extern inline functions get strong symbol definitions in 2009-04-14 20:25:53 +00:00
CodeGenCXX Use the new guard variable mangling function and get rid of the old code. 2009-04-13 18:03:33 +00:00
CodeGenObjC Fixup CodeGen for __weak __block variables. Radar 6756266 2009-04-14 00:57:29 +00:00
Coverage Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon 2009-04-05 02:04:38 +00:00
Driver Force driver triple. 2009-04-10 22:53:25 +00:00
FixIt Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! 2009-04-06 18:45:53 +00:00
Frontend Fixed the test. 2009-04-10 22:09:52 +00:00
Lexer implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310 2009-04-13 01:29:17 +00:00
Misc Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
PCH Add PCH support for PredefinedExpr and FloatingLiteral expressions 2009-04-14 21:55:33 +00:00
Parser Improve error recovery for calls, fixing: 2009-04-13 00:10:38 +00:00
Preprocessor Implement support for GCC's -dD mode, which dumps -E output *and* 2009-04-12 01:56:53 +00:00
Rewriter Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
Sema Fix a regression in a previous patch that broke implicit 2009-04-14 21:16:09 +00:00
SemaCXX Make the implicit-int handling error recovery stuff handle C++ 2009-04-14 22:17:06 +00:00
SemaObjC Fix <rdar://problem/6252084> [sema] jumps into Obj-C exception blocks should be disallowed. 2009-04-14 20:53:38 +00:00
SemaObjCXX Pull clang-cc code for generating PTH files based on the input type. 2009-04-01 05:09:09 +00:00
SemaTemplate Make the implicit-int handling error recovery stuff handle C++ 2009-04-14 22:17:06 +00:00
Makefile Update to account for the great driver renaming. 2009-03-25 17:56:16 +00:00
TestRunner.sh Implementation of pre-compiled headers (PCH) based on lazy 2009-04-09 22:27:44 +00:00