summaryrefslogtreecommitdiff
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-17/+44
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-44/+17
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-17/+44
* [MS] Warn when shadowing template parameters under -fms-compatibilityReid Kleckner2019-09-121-16/+0
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-2/+1
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-1/+2
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-2/+1
* Diagnose _Atomic as a C11 extension.Aaron Ballman2019-09-041-26/+33
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-4/+15
* [c++20] Add support for designated direct-list-initialization syntax.Richard Smith2019-08-311-0/+25
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-302-5/+5
* Diagnose _Bool as a C99 extension.Aaron Ballman2019-08-271-0/+3
* Diagnose both _Complex and _Imaginary as C99 extensions.Aaron Ballman2019-08-271-0/+8
* Replace some custom C11 extension warnings with the generic warning.Aaron Ballman2019-08-271-1/+1
* Quote the token being diagnosed for C11 extensions.Aaron Ballman2019-08-271-2/+2
* Reword the C11 extension diagnostic.Aaron Ballman2019-08-261-2/+2
* [Parser] Emit descriptive diagnostic for misplaced pragmaSerge Pavlov2019-08-043-2/+46
* [Parser] Lambda capture lists can start with '*'Erik Pilkington2019-07-301-0/+13
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-252-3/+3
* [Clang] New loop pragma vectorize_predicateSjoerd Meijer2019-07-252-3/+14
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-182-4/+4
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+73
* [ObjC] Improve error message for a malformed objc-type-nameErik Pilkington2019-06-261-0/+3
* Require commas to separate multiple GNU-style attributes in the same attribut...Aaron Ballman2019-06-181-2/+10
* PR42071: Reject weird names for non-type template parameters.Richard Smith2019-06-141-0/+8
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-032-0/+110
* Revert "clang support gnu asm goto."Erich Keane2019-05-302-101/+0
* clang support gnu asm goto.Jennifer Yu2019-05-302-0/+101
* Part of P1091R3: permit structured bindings to be declared 'static' andRichard Smith2019-05-221-4/+6
* Rearrange and clean up how we disambiguate lambda-introducers from ObjCRichard Smith2019-05-201-2/+2
* Added a better diagnostic when using the delete operator with lambdasNicolas Lesser2019-05-191-10/+37
* Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith2019-05-171-0/+2
* Revert Refactor constant evaluation of typeid(T) to track a symbolic type_inf...Chris Bieneman2019-05-171-2/+0
* Refactor constant evaluation of typeid(T) to track a symbolic type_infoRichard Smith2019-05-171-0/+2
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+19
* Make tentative parsing to detect template-argument-lists less aggressiveRichard Smith2019-05-151-0/+11
* Add a new language mode for C2x; enable [[attribute]] support by default in C2x.Aaron Ballman2019-05-141-0/+1
* Make language option `GNUAsm` discoverable with `__has_extension` macro.Volodymyr Sapsai2019-05-132-0/+8
* Remember to decay arrays to pointers before checking whether theRichard Smith2019-05-091-0/+13
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-093-17/+21
* [hip] Fix ambiguity from `>>>` of CUDA.Michael Liao2019-05-081-0/+11
* Improve function / variable disambiguation.Richard Smith2019-05-071-0/+2
* [C++] Interpret unknown identifier in parameter clause as unknown typeNicolas Lesser2019-05-051-1/+1
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-0/+8
* Consume unexpected "template" keywords after "using"Richard Trieu2019-05-011-0/+52
* [Sema][MSVC] Fix bogus microsoft-pure-definition warning on member function o...Bruno Ricci2019-04-211-0/+12
* PR41192: fix cases where "missing ';' after class" error wouldRichard Smith2019-04-161-0/+11
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-113-5/+59
* [OpenCL] Allow addr space spelling without __ prefix in C++.Anastasia Stulova2019-03-251-15/+17
* Add a __has_extension check for '#pragma clang attribute' as an external-decl...Erik Pilkington2019-03-201-0/+4