summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test after r356148Nico Weber2019-03-141-1/+4
* Objective-C++11: Support static_assert() in @interface/@implementation ivar l...Nico Weber2019-03-142-0/+128
* Fix a failing test.Erik Pilkington2019-03-131-2/+2
* [Parse] Parse '#pragma clang attribute' as an external-declarationErik Pilkington2019-03-131-0/+34
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-043-2/+35
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-042-5/+5
* Add support for namespaces on #pragma clang attributeErik Pilkington2018-12-201-1/+1
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-301-21/+0
* [MS] Push outermost class DeclContexts only in -fdelayed-template-parsingReid Kleckner2018-11-271-0/+30
* Revert r347627 "[MS] Push fewer DeclContexts for delayed template parsing"Reid Kleckner2018-11-271-17/+0
* [MS] Push fewer DeclContexts for delayed template parsingReid Kleckner2018-11-271-0/+17
OpenPOWER on IntegriCloud