summaryrefslogtreecommitdiff
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR17567: Improve diagnostic for a mistyped constructor name. If we see somethingRichard Smith2013-10-152-0/+16
* Don't get confused by a virt-specifier after a trailing-return-type - it's notRichard Smith2013-10-131-0/+15
* Parser: Avoid a crash-on-invalid when trying to diagnose function calls with ...Benjamin Kramer2013-10-101-0/+6
* Make wording for certain invalid unary expressions more consistent.David Majnemer2013-10-091-4/+4
* -Wmicrosoft: Don't warn on non-inline pure virtual method definitionsReid Kleckner2013-10-081-0/+9
* Fixed messages in tests.Serge Pavlov2013-10-081-4/+4
* Add fixits suggesting parenthesis around type name in expressions like sizeof.Serge Pavlov2013-10-081-0/+10
* Add compat/extension warnings for init captures.Richard Smith2013-09-282-7/+7
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-281-6/+4
* AST: Handle multidimensional arrays inside of __uuidof()David Majnemer2013-09-271-0/+4
* Sema: Respect -fdelayed-template-parsing when parsing constexpr functionsDavid Majnemer2013-09-271-0/+12
* Revert my patch in r191155 to allow forwardFariborz Jahanian2013-09-241-4/+4