summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-231-1/+1
* Implement semantic checking for C++ literal operators.Alexis Hunt2010-01-131-3/+3
* Make sure to give an error for template argument lists followed by junk.Eli Friedman2009-12-271-0/+9
* fix the microsoft "charify" extension to return the charified token Chris Lattner2009-12-231-0/+6
* fix PR5500: clang fails to parse inline asm with :: in C++ mode Chris Lattner2009-12-201-0/+6
* Teach TryAnnotateTypeOrScopeToken to deal with already-annotatedJohn McCall2009-12-191-0/+40
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1592-96/+96
* Make tests use the new clang cc1 flag.Fariborz Jahanian2009-12-1424-25/+25
* If we enter parens, colons can become un-sacred, allowing us to emitChris Lattner2009-12-101-1/+7
* fix a more evil case of : / :: confusion arising in ?:.Chris Lattner2009-12-101-1/+7
* fix incorrect parsing of bitfields pointed out by Doug. I choseChris Lattner2009-12-101-0/+9
* fix PR5740: a colon is sacred when parsing case statement expressions!Chris Lattner2009-12-101-3/+16
* rename testcaseChris Lattner2009-12-101-0/+0
* Fixes a bogus error when declaring an extern "C" array.Fariborz Jahanian2009-12-091-0/+7
* reapply my patch for PR4451, which improves diagnostics for :: vs : confusion.Chris Lattner2009-12-071-0/+30
* fix a crash on invalid I found when working on something unrelated.Chris Lattner2009-12-071-0/+8
* revert my previous patch, it is breaking something and I don't have timeChris Lattner2009-12-061-21/+0
* implement PR4451, improving error recovery for a mistaken : where a :: wasChris Lattner2009-12-061-0/+21
* Honor using declarations in overload resolution. Most of the code forJohn McCall2009-12-031-1/+0
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-292-2/+2
* Use '-x' 'foo' instead of '-x=foo'.Daniel Dunbar2009-11-291-1/+1
* Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar2009-11-291-1/+1
* Add DeclarationName support for C++0x operator literals. They should now work asAlexis Hunt2009-11-291-2/+2
* Fix test and handle IK_LiteralOperatorId in a few more places.Alexis Hunt2009-11-281-1/+1
* Add Parser support for C++0x literal operators ('operator "" i').Alexis Hunt2009-11-281-0/+5
* Fix attribute between function decl ')' and '{' or '=0'John Thompson2009-11-252-0/+10
* Tweak expected error to match what should happen, once using declarations workDouglas Gregor2009-11-251-3/+2
* Implement support for default template arguments of function templates.Douglas Gregor2009-11-251-1/+1
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-0/+61
* Test case for parsing-recovery change to @synthesizedDouglas Gregor2009-11-181-0/+15
* This patch fixes a bug in misdiagnosing correctFariborz Jahanian2009-11-181-13/+0
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-1/+1
* Fix broken tests, exposed by improved -verify.Daniel Dunbar2009-11-141-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-082-2/+2
* Make fragile-abi test run happy.Fariborz Jahanian2009-11-061-1/+1
* Fix a bogus objective-c warning with -pedantic.Fariborz Jahanian2009-11-061-0/+18
* Implement -Wsign-compare, or at least the actual comparison part of it.John McCall2009-11-052-2/+2
* Improve diagnostics when parsing something likeDouglas Gregor2009-10-301-0/+4
* Disabling some MS extensions which cause these tests to failJohn Thompson2009-10-271-1/+1
* Diagnose misuse of '.*' and '->*' operators during parseFariborz Jahanian2009-10-231-0/+13
* test commitJohn Thompson2009-10-131-48/+47
* Improve checking for specializations of member classes of classDouglas Gregor2009-10-081-3/+6
* Rework the Parse-Sema interaction for friends to better support friendDouglas Gregor2009-09-261-2/+2
* WIP implementation of explicit instantiation of function templates,Douglas Gregor2009-09-251-1/+2
* Add RUN line.Daniel Dunbar2009-09-121-0/+2
* Add a test for PR3733.Anders Carlsson2009-09-121-0/+8
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-093-10/+10
* Improve top-level-semicolon test a bitDouglas Gregor2009-08-241-0/+6
* Top-level semicolons are allowed in C++0x. Fixes PR4755.Douglas Gregor2009-08-241-0/+9
OpenPOWER on IntegriCloud