summaryrefslogtreecommitdiffstats
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev2018-11-202-0/+160
* [NFC] Fix formatting in inline nested namespace definition.Erich Keane2018-11-121-11/+11
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-0/+51
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-0/+8
* Revert "Revert "Support for groups of attributes in #pragma clang attribute""Erik Pilkington2018-10-291-3/+4
* Revert "Support for groups of attributes in #pragma clang attribute"Erik Pilkington2018-10-291-4/+3
* Support for groups of attributes in #pragma clang attributeErik Pilkington2018-10-291-3/+4
* PR31978: Don't crash if CodeGen sees a top-level BindingDecl.Richard Smith2018-10-261-0/+1
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+34
* [CUDA] Fixed parsing of optional template-argument-list.Artem Belevich2018-09-212-2/+8
* Allow all supportable non-type attributes to be used with #pragma clang attri...Richard Smith2018-09-051-1/+3
* [Parser] Support alternative operator token keyword args in Objective-C++Erik Pilkington2018-08-211-0/+41
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-171-1/+3
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-034-51/+50
* [UnrollAndJam] Add unroll_and_jam pragma handlingDavid Green2018-08-011-0/+78
* Parse a possible trailing postfix expression suffix after a fold expressionNicolas Lesser2018-07-271-0/+26
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-3/+5
* [Parse] Make -Wgcc-compat complain about for loop inits in C89George Burgess IV2018-06-281-0/+15
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-253-48/+49
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-193-49/+48
* Reapply "[Parse] Use CapturedStmt for @finally on MSVC"Shoaib Meenai2018-06-081-2/+2
* Improve diagonstic for braced-init-list as operand to ?: expression.Richard Smith2018-05-241-1/+3
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-172-1/+15
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-172-27/+13
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-172-13/+27
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-093-10/+60
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-3/+6
* Parse A::template B as an identifier rather than as a template-id with noRichard Smith2018-04-271-2/+3
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-262-83/+7
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-252-7/+83
* [OpenCL] Reject virtual functions for OpenCL C++Sven van Haastregt2018-04-231-0/+45