summaryrefslogtreecommitdiff
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith2014-02-192-2/+2
* PR18870: Parse language linkage specifiers properly if the string-literal isRichard Smith2014-02-171-1/+1
* PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.Richard Smith2014-02-171-0/+32
* Allow virt-specifiers after GNU attributes in member-declarators. GCC doesn'tRichard Smith2014-01-241-1/+2
* Factor out repeated parsing of a member-declarator when parsing aRichard Smith2014-01-231-0/+6
* Fix to PR8880 (clang dies processing a for loop)Serge Pavlov2014-01-231-0/+15
* Move a bunch of tests to directly use the CC1 layer. This at least savesChandler Carruth2014-01-151-1/+1
* Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add aRichard Smith2014-01-102-6/+24
* Fix bungled parse recovery in K&R function declarationsAlp Toker2014-01-051-0/+1
* Using the quoted version of an attribute name for consistency with other attr...Aaron Ballman2014-01-021-6/+6
* Recover from errors in enum definitionSerge Pavlov2013-12-312-2/+36
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-3/+3
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-2/+2
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-2/+2
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-2/+2
* Parse: Avoid crashing on unterminated top-level asm stringsJustin Bogner2013-12-101-0/+13
* Avoid extra error messages if method definition is inside function.Serge Pavlov2013-12-091-0/+10
* Re-enable ms inline asm parser test.Alp Toker2013-12-081-1/+1
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-8/+8
* Parse: Recover better from bad definitions with base specifiersDavid Majnemer2013-12-051-0/+6
* ObjectiveC - Introducing objc_bridge_related attribute Fariborz Jahanian2013-12-041-0/+15
* Fix PR17637: incorrect calculation of template parameter depthFaisal Vali2013-12-042-0/+78
* add an additional test case for generic attributesSaleem Abdulrasool2013-11-301-0/+2
* Adding the Subjects entry back for the noreturn attributes. This caused some ...Aaron Ballman2013-11-272-10/+10
* __declspec(uuid) is only allowed on a class according to MSDN; this makes the...Aaron Ballman2013-11-241-1/+1
* Fix new check for missing semicolon after struct definition to deal with theRichard Smith2013-11-201-0/+10
* PR9547: If we're parsing a simple-declaration that contains a tag definition,Richard Smith2013-11-192-2/+55
* PR17949: Fix crash if someone puts a namespace inside a class template.Richard Smith2013-11-151-0/+5
* Diagnose C++11 attributes before fp_contract pragmas.Richard Smith2013-11-151-0/+5
* Fix bogus diagnostic wording. There's no such thing as a compound expression.Richard Smith2013-11-151-1/+1
* Warn on duplicate function specifierSerge Pavlov2013-11-131-0/+14
* Try to recover a bit better if a close brace is missing from the end of a classRichard Smith2013-11-091-0/+11
* Fix name in test.Rafael Espindola2013-11-081-1/+1
* Fix %select numbering confusion between diagnostic and Diag call.Richard Smith2013-11-081-0/+1
* Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith2013-10-312-1/+4
* Add missing attributes [[gnu::no_sanitize_address]] andNick Lewycky2013-10-291-0/+7
* Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tellNick Lewycky2013-10-291-0/+8
* Fix a parser crash when there are #pragmas in a context which requires a singleRichard Smith2013-10-281-0/+27
* Support GNU attributes in alias-declarations now that GCC has implemented themRichard Smith2013-10-241-0/+9
* PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith2013-10-241-0/+6
* Parse: Disable delayed template parsing for constexpr functionsDavid Majnemer2013-10-231-0/+7
* Revert r193073 and the attempt to fix it in r193170.Chandler Carruth2013-10-221-92/+0
* Reenable 'break' in 'for' specifier to allow compilation of QT macro 'foreach'Serge Pavlov2013-10-221-5/+13
* Revert "Re-enable passing MS inline asm test."Reid Kleckner2013-10-211-0/+3
* Re-enable passing MS inline asm test.Reid Kleckner2013-10-211-3/+0
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-211-0/+84
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-192-5/+5
* Check "late parsed" friend functions for redefinitionAlp Toker2013-10-181-0/+4
* Tidy up and improve error recovery for C++11 attributes in bad places. Based onRichard Smith2013-10-151-0/+18