| Commit message (Expand) | Author | Age | Files | Lines |
* | Make tests use the new clang cc1 flag. | Fariborz Jahanian | 2009-12-14 | 24 | -25/+25 |
* | If we enter parens, colons can become un-sacred, allowing us to emit | Chris Lattner | 2009-12-10 | 1 | -1/+7 |
* | fix a more evil case of : / :: confusion arising in ?:. | Chris Lattner | 2009-12-10 | 1 | -1/+7 |
* | fix incorrect parsing of bitfields pointed out by Doug. I chose | Chris Lattner | 2009-12-10 | 1 | -0/+9 |
* | fix PR5740: a colon is sacred when parsing case statement expressions! | Chris Lattner | 2009-12-10 | 1 | -3/+16 |
* | rename testcase | Chris Lattner | 2009-12-10 | 1 | -0/+0 |
* | Fixes a bogus error when declaring an extern "C" array. | Fariborz Jahanian | 2009-12-09 | 1 | -0/+7 |
* | reapply my patch for PR4451, which improves diagnostics for :: vs : confusion. | Chris Lattner | 2009-12-07 | 1 | -0/+30 |
* | fix a crash on invalid I found when working on something unrelated. | Chris Lattner | 2009-12-07 | 1 | -0/+8 |
* | revert my previous patch, it is breaking something and I don't have time | Chris Lattner | 2009-12-06 | 1 | -21/+0 |
* | implement PR4451, improving error recovery for a mistaken : where a :: was | Chris Lattner | 2009-12-06 | 1 | -0/+21 |
* | Honor using declarations in overload resolution. Most of the code for | John McCall | 2009-12-03 | 1 | -1/+0 |
* | Normalize options to use '-FOO' instead of '--FOO'. | Daniel Dunbar | 2009-11-29 | 2 | -2/+2 |
* | Use '-x' 'foo' instead of '-x=foo'. | Daniel Dunbar | 2009-11-29 | 1 | -1/+1 |
* | Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ... | Daniel Dunbar | 2009-11-29 | 1 | -1/+1 |
* | Add DeclarationName support for C++0x operator literals. They should now work as | Alexis Hunt | 2009-11-29 | 1 | -2/+2 |
* | Fix test and handle IK_LiteralOperatorId in a few more places. | Alexis Hunt | 2009-11-28 | 1 | -1/+1 |
* | Add Parser support for C++0x literal operators ('operator "" i'). | Alexis Hunt | 2009-11-28 | 1 | -0/+5 |
* | Fix attribute between function decl ')' and '{' or '=0' | John Thompson | 2009-11-25 | 2 | -0/+10 |
* | Tweak expected error to match what should happen, once using declarations work | Douglas Gregor | 2009-11-25 | 1 | -3/+2 |
* | Implement support for default template arguments of function templates. | Douglas Gregor | 2009-11-25 | 1 | -1/+1 |
* | Added rudimentary C++0x attribute support. | Alexis Hunt | 2009-11-21 | 1 | -0/+61 |
* | Test case for parsing-recovery change to @synthesized | Douglas Gregor | 2009-11-18 | 1 | -0/+15 |
* | This patch fixes a bug in misdiagnosing correct | Fariborz Jahanian | 2009-11-18 | 1 | -13/+0 |
* | Don't #include <stdio.h> when tests don't need it, or use clang instead of cl... | Daniel Dunbar | 2009-11-17 | 1 | -1/+1 |
* | Fix broken tests, exposed by improved -verify. | Daniel Dunbar | 2009-11-14 | 1 | -1/+1 |
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -2/+2 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 2 | -2/+2 |
* | Make fragile-abi test run happy. | Fariborz Jahanian | 2009-11-06 | 1 | -1/+1 |
* | Fix a bogus objective-c warning with -pedantic. | Fariborz Jahanian | 2009-11-06 | 1 | -0/+18 |
* | Implement -Wsign-compare, or at least the actual comparison part of it. | John McCall | 2009-11-05 | 2 | -2/+2 |
* | Improve diagnostics when parsing something like | Douglas Gregor | 2009-10-30 | 1 | -0/+4 |
* | Disabling some MS extensions which cause these tests to fail | John Thompson | 2009-10-27 | 1 | -1/+1 |
* | Diagnose misuse of '.*' and '->*' operators during parse | Fariborz Jahanian | 2009-10-23 | 1 | -0/+13 |
* | test commit | John Thompson | 2009-10-13 | 1 | -48/+47 |
* | Improve checking for specializations of member classes of class | Douglas Gregor | 2009-10-08 | 1 | -3/+6 |
* | Rework the Parse-Sema interaction for friends to better support friend | Douglas Gregor | 2009-09-26 | 1 | -2/+2 |
* | WIP implementation of explicit instantiation of function templates, | Douglas Gregor | 2009-09-25 | 1 | -1/+2 |
* | Add RUN line. | Daniel Dunbar | 2009-09-12 | 1 | -0/+2 |
* | Add a test for PR3733. | Anders Carlsson | 2009-09-12 | 1 | -0/+8 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 3 | -10/+10 |
* | Improve top-level-semicolon test a bit | Douglas Gregor | 2009-08-24 | 1 | -0/+6 |
* | Top-level semicolons are allowed in C++0x. Fixes PR4755. | Douglas Gregor | 2009-08-24 | 1 | -0/+9 |
* | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -2/+17 |
* | Ok, ok, I give in. Fix tests for unused result warning. | Daniel Dunbar | 2009-08-01 | 1 | -3/+3 |
* | PR3679 - handle #pragma weak | Ryan Flynn | 2009-07-30 | 1 | -1/+1 |
* | Implement C++ semantics for C-style and functional-style casts. This regresse... | Sebastian Redl | 2009-07-25 | 1 | -3/+3 |
* | Disable this test: cxx-using-declaration.cpp | Daniel Dunbar | 2009-07-25 | 1 | -1/+4 |
* | Fix test case, which has a control-reaches-end-of-non-void warning that was | Daniel Dunbar | 2009-07-23 | 1 | -2/+1 |
* | Implement support for out-of-line definitions of the class members of class | Douglas Gregor | 2009-07-22 | 1 | -6/+2 |