summaryrefslogtreecommitdiff
path: root/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
...
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-0/+1
* Require commas to separate multiple GNU-style attributes in the same attribut...Aaron Ballman2019-06-181-5/+5
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-144-15/+52
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-10/+58
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-58/+10
* Revert "asm goto: fix out-of-bounds read of Constraints after rC362045"Fangrui Song2019-05-301-1/+0
* asm goto: fix out-of-bounds read of Constraints after rC362045Fangrui Song2019-05-301-0/+1
* clang support gnu asm goto.Jennifer Yu2019-05-301-10/+58
* [OpenMP] Set pragma start loc to `#pragma` locJoel E. Denny2019-05-281-1/+1
* [CodeComplete] Set preferred type for qualified-idIlya Biryukov2019-05-281-1/+4
* [OpenCL] Support pipe keyword in C++ modeSven van Haastregt2019-05-222-3/+13
* [PragmaHandler] Expose `#pragma` locationJoel E. Denny2019-05-211-72/+69
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-51/+87
* Rearrange and clean up how we disambiguate lambda-introducers from ObjCRichard Smith2019-05-203-110/+167
* Fix buildbot: Use correct Consume*() for braces.Nicolas Lesser2019-05-191-1/+2
* Added a better diagnostic when using the delete operator with lambdasNicolas Lesser2019-05-191-2/+52
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-1711-56/+74
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+39
* Make tentative parsing to detect template-argument-lists less aggressiveRichard Smith2019-05-151-26/+24
* Fix for P41852 where builtin attributes were being caught by FindLocsWithComm...Leonard Chan2019-05-121-2/+3
* Simplify tracking of end of consumed decl-specifier sequence.Richard Smith2019-05-091-11/+7
* Fix gcc compilation warning in an assert [NFC]Mikael Holmen2019-05-091-1/+1
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-13/+49
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-096-106/+218
* [hip] Fix ambiguity from `>>>` of CUDA.Michael Liao2019-05-081-1/+3
* Improve function / variable disambiguation.Richard Smith2019-05-072-23/+23
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-1/+39
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-49/+13
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-5/+6
* [C++] Interpret unknown identifier in parameter clause as unknown typeNicolas Lesser2019-05-051-0/+3
* [NFC] Add parentheses to avoid -Wparentheses.Nicolas Lesser2019-05-041-1/+1
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-2/+39
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-13/+49
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-39/+1
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-1/+39
* Consume unexpected "template" keywords after "using"Richard Trieu2019-05-011-0/+14
* [Parser] Avoid correcting delayed typos in array subscript multiple times.Volodymyr Sapsai2019-05-011-7/+3
* [c++2a] Implement semantic restrictions for 'export' declarations.Richard Smith2019-04-221-1/+2
* PR41192: fix cases where "missing ';' after class" error wouldRichard Smith2019-04-161-0/+2
* Simplify diagnosis of misplaced attributes in module-declarations.Richard Smith2019-04-151-4/+3
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-1/+1
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-141-25/+177
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-112-8/+11
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-303-0/+16
* [PR41247] Fixed parsing of private keyword in C++.Anastasia Stulova2019-03-282-3/+14
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-2/+29
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-256-21/+34
* [OpenCL] Allow addr space spelling without __ prefix in C++.Anastasia Stulova2019-03-253-2/+12
* Un-revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-251-1/+2
* Revert "[coroutines][PR40978] Emit error for co_yield within catch block"Brian Gesiak2019-03-221-5/+3