summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* Continue parsing an expression list even after an error is encountered.Kaelyn Takata2014-07-141-0/+6
* Giving this test a triple to satisfy the build bots.Aaron Ballman2014-07-061-1/+1
* The MicrosoftExtensions.c test file should not rely on -x objective-c++. Remo...Aaron Ballman2014-07-062-66/+53
* This test case does not require -Wno-missing-declarations or -x objective-c++.Aaron Ballman2014-07-061-1/+1
* Move InterlockedBitTestAndSet into its own test fileEhsan Akhgari2014-07-062-11/+13
* Fix the MicrosoftExtensions.c targetEhsan Akhgari2014-07-061-0/+1
* Enable the InterlockedBitTestAndSet testEhsan Akhgari2014-07-061-3/+0
* Add support for nested blocks in Microsoft inline assemblyEhsan Akhgari2014-07-062-0/+20
* Don't allow dllimport variables in constant initializersHans Wennborg2014-06-251-1/+1
* Fix parsing nested __if_exists blocksReid Kleckner2014-06-251-2/+16
* Add a missing test for the __if_exists extensionReid Kleckner2014-06-251-0/+10
* Split tests for __if_exists out into their own fileReid Kleckner2014-06-252-97/+93
* Provide a better diagnostic when braces are put before the identifier.Richard Trieu2014-06-242-0/+232
* Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11Eli Bendersky2014-06-202-1/+22
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-191-12/+28
* [C++1z] Implement N4051: 'typename' is permitted instead of 'class' when decl...Richard Smith2014-06-161-0/+6
* [PPC64LE] Run some existing Altivec tests on powerpc64le as wellBill Schmidt2014-06-133-0/+5
* Add loop unroll pragma supportEli Bendersky2014-06-111-4/+22
* PR19993: don't assert/crash if a static data member is initialized by '= dele...Richard Smith2014-06-111-0/+4
* *Really* fix DOS newlines introduced in r210330Reid Kleckner2014-06-101-132/+132
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-0/+132
* Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker2014-05-311-0/+3
* Add a PR reference for XFAILed testAlp Toker2014-05-281-0/+2
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-231-0/+28
* Improved recovery of switch statementSerge Pavlov2014-05-211-0/+50
* Preprocessor: support defined() with operator names for MS compatibilityAlp Toker2014-05-211-1/+1
* Replace completely bogus ambiguous-compound-literal-in-C++ code with somethingRichard Smith2014-05-151-1/+3
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-151-0/+11
* Revised wording for diagnostics in r208299Ismail Pazarbasi2014-05-091-3/+3
* Suggest fix-it ':' when '=' used in for-range-declarationIsmail Pazarbasi2014-05-081-1/+33
* Fix PR 19630, don't crash when file ends with whitespace.Richard Trieu2014-05-021-0/+13
* Handle -fdelayed-template-parsing of out-of-line definitions ofHans Wennborg2014-05-021-0/+58
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-253-5/+5
* [Parser] Remove "add -fmodules" from the "use of '@import' when modules are d...Argyrios Kyrtzidis2014-04-171-1/+1
* Fixing a typo, updating the diagnostic wording and logic based on post-commit...Aaron Ballman2014-04-152-2/+2
* Properly diagnose Microsoft __declspec attributes which have optional argumen...Aaron Ballman2014-04-141-0/+6
* Properly diagnose standard C++ attributes which have optional argument lists ...Aaron Ballman2014-04-142-2/+8
* Improve error recovery around colon.Serge Pavlov2014-04-131-0/+67
* PR19339: Disambiguate lambdas with init-captures from designated initializersRichard Smith2014-04-131-1/+9
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-041-0/+10
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-1/+1
* Unify __declspec attribute argument parsing with the common attribute argumen...Aaron Ballman2014-03-311-3/+3
* Introduced an attribute syntax-neutral method for parsing attribute arguments...Aaron Ballman2014-03-311-8/+9
* Sema: Implement DR317David Majnemer2014-03-301-1/+1
* Objective-C. Improve diagnostic error for '@import' Fariborz Jahanian2014-03-261-1/+3
* Fix a typo in r204164 that made *all* keywords available in OpenCL mode.Richard Smith2014-03-181-0/+8
* Implement the MS extension __identifier properly: take a token and strip it ofRichard Smith2014-03-151-0/+23
* Fix crash if delayed template parsing meets an erroneous trailing return type.Richard Smith2014-03-121-0/+2
* Allow GNU-style attributes on lambda expressions.Aaron Ballman2014-03-121-1/+7
* Improving test coverage for lambda expressions with attribute specifiers.Aaron Ballman2014-03-111-1/+12
OpenPOWER on IntegriCloud