summaryrefslogtreecommitdiff
path: root/test/Parser
Commit message (Expand)AuthorAge
* Don't allow dllimport variables in constant initializersHans Wennborg2014-06-25
* Fix parsing nested __if_exists blocksReid Kleckner2014-06-25
* Add a missing test for the __if_exists extensionReid Kleckner2014-06-25
* Split tests for __if_exists out into their own fileReid Kleckner2014-06-25
* Provide a better diagnostic when braces are put before the identifier.Richard Trieu2014-06-24
* Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11Eli Bendersky2014-06-20
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-19
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-16
* [PPC64LE] Run some existing Altivec tests on powerpc64le as wellBill Schmidt2014-06-13
* Add loop unroll pragma supportEli Bendersky2014-06-11
* PR19993: don't assert/crash if a static data member is initialized by '= dele...Richard Smith2014-06-11
* *Really* fix DOS newlines introduced in r210330Reid Kleckner2014-06-10
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-31
* Add a PR reference for XFAILed testAlp Toker2014-05-28
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* Improved recovery of switch statementSerge Pavlov2014-05-21
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-21
* Replace completely bogus ambiguous-compound-literal-in-C++ code with somethingRichard Smith2014-05-15
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-15
* Revised wording for diagnostics in r208299Ismail Pazarbasi2014-05-09
* Suggest fix-it ':' when '=' used in for-range-declarationIsmail Pazarbasi2014-05-08
* Fix PR 19630, don't crash when file ends with whitespace.Richard Trieu2014-05-02
* Handle -fdelayed-template-parsing of out-of-line definitions ofHans Wennborg2014-05-02
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-25
* [Parser] Remove "add -fmodules" from the "use of '@import' when modules are d...Argyrios Kyrtzidis2014-04-17
* Fixing a typo, updating the diagnostic wording and logic based on post-commit...Aaron Ballman2014-04-15
* Properly diagnose Microsoft __declspec attributes which have optional argumen...Aaron Ballman2014-04-14
* Properly diagnose standard C++ attributes which have optional argument lists ...Aaron Ballman2014-04-14
* Improve error recovery around colon.Serge Pavlov2014-04-13
* PR19339: Disambiguate lambdas with init-captures from designated initializersRichard Smith2014-04-13
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-04
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-02
* Unify __declspec attribute argument parsing with the common attribute argumen...Aaron Ballman2014-03-31
* Introduced an attribute syntax-neutral method for parsing attribute arguments...Aaron Ballman2014-03-31
* Sema: Implement DR317David Majnemer2014-03-30
* Objective-C. Improve diagnostic error for '@import' Fariborz Jahanian2014-03-26
* Fix a typo in r204164 that made *all* keywords available in OpenCL mode.Richard Smith2014-03-18
* Implement the MS extension __identifier properly: take a token and strip it ofRichard Smith2014-03-15
* Fix crash if delayed template parsing meets an erroneous trailing return type.Richard Smith2014-03-12
* Allow GNU-style attributes on lambda expressions.Aaron Ballman2014-03-12
* Improving test coverage for lambda expressions with attribute specifiers.Aaron Ballman2014-03-11
* Changing this test case to use an unknown attribute, since there are not curr...Aaron Ballman2014-03-11
* Gracefully handle an attribute specifier following a lambda introducer when t...Aaron Ballman2014-03-11
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-07
* Improve diagnostics for malformed constructor declarations (where lookup forRichard Smith2014-03-03
* Fix crash when both ExpectAndConsume and ConsumeAnyToken emit diagnosticsAlp Toker2014-02-23
* PR13110: Add a -Wignored-qualifiers warning when ignoring a const, volatile, orRichard Smith2014-02-19
* PR18870: Parse language linkage specifiers properly if the string-literal isRichard Smith2014-02-17
* PR18855: Add support for UCNs and UTF-8 encoding within ud-suffixes.Richard Smith2014-02-17