summaryrefslogtreecommitdiffstats
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
...
* Undo accidental comitPaul Robinson2016-12-191-6/+2
* Make a few OpenMP tests "C++11 clean."Paul Robinson2016-12-191-2/+6
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-7/+2
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-2/+7
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-182-10/+13
* Revert r289979 due to regressionsYaxun Liu2016-12-162-13/+10
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-162-10/+13
* [c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.Richard Smith2016-12-162-1/+31
* __uuidof() and declspec(uuid("...")) should be allowed on enumeration typesReid Kleckner2016-12-131-0/+15
* [c++17] P0490R0, NB comment FI 20: allow direct-initialization of decompositi...Richard Smith2016-12-091-1/+3
* Remove special error recovery for ::(id)Reid Kleckner2016-12-091-14/+20
* [ObjC] Avoid a @try/@finally/@autoreleasepool fixit when parsing an expressionAlex Lorenz2016-12-011-0/+28
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-0/+8
* Fix off-by-one error in PPCaching.cpp token annotation assertionReid Kleckner2016-10-201-0/+17
* PR26276: Fix detection of non-cast-expressions as operands of fold-expressions.Richard Smith2016-10-201-0/+7
* [CUDA] Rework tests now that we emit deferred diagnostics during sema. Test-...Justin Lebar2016-10-191-3/+2
* [CUDA] Emit deferred diagnostics during Sema rather than during codegen.Justin Lebar2016-10-131-1/+1
* [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar2016-10-082-0/+77
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* [CUDA] Emit a warning if a CUDA host/device/global attribute is placed after ...Justin Lebar2016-09-301-2/+11
* [CUDA] Handle attributes on CUDA lambdas appearing between [...] and (...).Justin Lebar2016-09-301-0/+33
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-16/+27
* Add a few more test for []-style uuid attributes.Nico Weber2016-09-071-0/+27
* Add a test Aaron asked for that I forgot to add before landing r280578.Nico Weber2016-09-031-0/+2
* [ms] Add support for parsing uuid as a Microsoft attribute.Nico Weber2016-09-032-0/+149
* (clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...Yunzhong Gao2016-09-021-4/+4
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-262-11/+37
* C++ Modules TS: support parsing the 'module' declaration (including extensionsRichard Smith2016-08-191-3/+34
* C++ Modules TS: Add parsing support for module import declaration.Richard Smith2016-08-181-0/+22
* [ObjC] Warn on unguarded use of partial declarationErik Pilkington2016-08-161-2/+0
* P0217R3: Perform semantic checks and initialization for the bindings in aRichard Smith2016-08-111-2/+15
* Update Clang Parser test error message to match new parser errorsNirav Dave2016-08-021-1/+1
* Revert r276896 "Update Clang Parser test error message to match new parser er...Hans Wennborg2016-08-011-1/+1
* [Parse] Let declarations follow labels in -fms-extensions modeDavid Majnemer2016-08-011-0/+9
* [GCC] Support for __final specifierAndrey Bokhanko2016-07-291-0/+9
* Update Clang Parser test error message to match new parser errorsNirav Dave2016-07-271-1/+1
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+135
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+24
* P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith2016-07-141-13/+15
* Fix typo-correction crash if a typo occurs within the operand of aRichard Smith2016-06-301-3/+5
* P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.Richard Smith2016-06-292-1/+47
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-231-2/+2
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-231-2/+2
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-231-2/+2
* Add loop pragma for Loop DistributionAdam Nemet2016-06-142-1/+19
* [Parser] Handle __pragma(pack, etc. after type definitionsDavid Majnemer2016-06-141-0/+4
* Disable warning about core features by defaultJan Vesely2016-06-011-1/+1
* [Parser] Fix look ahead after EOF while parsing objc message and lambdasBruno Cardoso Lopes2016-05-311-0/+11
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-164-15/+17
* Warn when a reference is bound to an empty l-value (dereferenced null pointer).Nick Lewycky2016-05-141-1/+1