summaryrefslogtreecommitdiff
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-134-17/+15
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-134-15/+17
* [OpenCL] Output OpenCL version in diagnostics.Anastasia Stulova2016-05-122-10/+10
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-1/+1
* Add a test case to check a member's default constructor is also run.Akira Hatanaka2016-04-191-0/+4
* [Parser][ObjC] Make sure c++11 in-class initialization is done when theAkira Hatanaka2016-04-181-0/+17
* Lit C++11 Compatibility Patch #8Charles Li2016-04-143-20/+113
* ObjC class properties: add diagnostics for unimplemented class properties.Manman Ren2016-04-121-1/+0
* Diagnose missing macro argument following charize operator.Andy Gibbs2016-04-011-0/+3
* [Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and...Faisal Vali2016-03-261-0/+31
* The time when -faltivec (or, on clang only, -maltivec) will magicallyEric Christopher2016-03-241-0/+1
* clang-cl: support __cdecl-on-struct anachronismReid Kleckner2016-03-211-0/+3
* Silence duplicate diagnostics because parsing of a standards-based attribute ...Aaron Ballman2016-03-081-1/+0
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-1/+13
* [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...Marina Yatsina2016-03-071-0/+4
* [OpenCL] Improve diagnostics of address spaces for variables in functionAnastasia Stulova2016-03-031-2/+2
* [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan2016-02-261-2/+7