summaryrefslogtreecommitdiff
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disabling ms-asm testRenato Golin2013-01-251-0/+1
* Fail these tests in a way that doesn't cause unexpected successes, per Daniel'sChad Rosier2013-01-241-0/+1
* Add a triple, per Ben's suggestion.Chad Rosier2013-01-221-2/+1
* Second attempt to fix ppc bots.Chad Rosier2013-01-221-1/+1
* Add x86 requirement to hopefully fix ppc bots.Chad Rosier2013-01-221-0/+1
* [ms-inline asm] Remove a warning about ms-style inline assembly not beingChad Rosier2013-01-222-15/+15
* Fix five more cases of tokens which can legally follow a type specifier.Richard Smith2013-01-192-1/+38
* Fix parsing of class specifiers before '\n' 'operator'.Nico Weber2013-01-181-0/+18
* Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith2013-01-171-0/+14
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-172-5/+8
* Add a test for -Wsemicolon-before-method-body fixitDmitri Gribenko2013-01-151-0/+22
* PR14918: Don't confuse braced-init-lists after template variable declarationsRichard Smith2013-01-151-0/+11
* Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, theseRichard Smith2013-01-151-1/+1
* Accept [[gnu::*]] for all __attribute__((*))s which are:Richard Smith2013-01-141-3/+7
* *this is const in a trailing-return-type for a constexpr member function.Richard Smith2013-01-141-0/+8
* PR14855: don't silently swallow a nested-name-specifier after a type name.Richard Smith2013-01-081-0/+2
* Add fixit hints for misplaced C++11 attributes around class specifiers.Michael Han2013-01-071-1/+0
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-2/+0
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-14/+16
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-16/+14
* Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.Nico Weber2012-12-141-0/+15
* PR14549. Don't assert if we see an incomplete decltype specifier at the end o...Richard Smith2012-12-091-0/+3
* [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks languageChad Rosier2012-12-051-0/+9
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-052-10/+1
* In C++, if we hit an error in the class-head, don't try to parse the class body.Richard Smith2012-12-052-2/+7
* Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertai...Michael Han2012-11-281-1/+7
* Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact...Michael Han2012-11-261-0/+23
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-171-1/+1
* PR9903: Recover from a member functon declared with the 'typedef' specifier byRichard Smith2012-11-152-1/+14
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-061-0/+7
* Our style for diagnostic messages is to not include a trailing dot.Matt Beaumont-Gay2012-11-051-1/+1
* Test case for r167363.Lang Hames2012-11-041-0/+5
* Fix test cases I broken when fixing grammar in diagnostic message.Richard Trieu2012-11-021-8/+8
* When finding a '(' after '::', emit error with hint to remove '(' and matchingRichard Trieu2012-11-021-0/+22
* Fix crash on missing namespace name in namespace alias definition -- PR14085.Nico Weber2012-10-271-0/+4
* Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed2012-10-251-1/+1
* 'constexpr' and 'friend' are both declaration specifiers. Teach the parser th...Richard Smith2012-10-251-1/+4
* Update regression tests for r166617.Eli Friedman2012-10-241-1/+1
* Fix typo, make test case slightly more reabable. Thanks to Dmitri Gribenko forLang Hames2012-10-211-1/+2
* When used in a compound expression FP_CONTRACT should proceed all explicitLang Hames2012-10-211-0/+6
* DR1473: Do not require a space between operator"" and the ud-suffix in aRichard Smith2012-10-201-1/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-1921-0/+21
* DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.Richard Smith2012-10-171-6/+8
* Handle a "#pragma options align" inside a class.Argyrios Kyrtzidis2012-10-121-0/+5
* Improve C++11 attribute parsing.Michael Han2012-10-033-35/+79
* Cleaning up the self initialization checker.Richard Trieu2012-10-011-4/+5
* If a comma operator is followed by a token which unambiguously indicates theRichard Smith2012-09-183-0/+38
* Recover properly after a parse error in a static_assert declaration.Richard Smith2012-09-131-0/+2
* PR13775: When checking for a tag type being shadowed by some other declaration,Richard Smith2012-09-061-0/+14
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-6/+0