Aaron Ballman
9ef622e5bf
The exception-declaration for a function-try-block cannot redeclare a
...
function parameter. One of our existing test cases was XFAILed because
of this. This fixes the issue and un-XFAILs the test.
llvm-svn: 210026
2014-06-02 13:10:07 +00:00
Alp Toker
6cfe412e6e
Test requires exceptions
...
It's still XFAIL, but slightly closer to passing.
llvm-svn: 209729
2014-05-28 12:20:23 +00:00
Daniel Dunbar
8fbe78f6fc
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
...
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).
llvm-svn: 91446
2009-12-15 20:14:24 +00:00
Douglas Gregor
3e5e960572
Tweak expected error message, although we still fail this test
...
llvm-svn: 89875
2009-11-25 19:25:39 +00:00
Daniel Dunbar
a530841b4f
Switch XFAIL format to match LLVM.
...
llvm-svn: 85880
2009-11-03 07:25:45 +00:00
Daniel Dunbar
e16b80cb83
More [basic.lookup.unqual] tests.
...
- p13 and p14 are important failures.
llvm-svn: 73392
2009-06-15 17:18:42 +00:00