summaryrefslogtreecommitdiffstats
path: root/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* 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
* [coroutines][PR40978] Emit error for co_yield within catch blockBrian Gesiak2019-03-151-3/+5
* Objective-C++11: Support static_assert() in @interface/@implementation ivar l...Nico Weber2019-03-142-0/+27
* [Parse] Parse '#pragma clang attribute' as an external-declarationErik Pilkington2019-03-131-4/+3
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-18/+80
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-073-12/+70
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-265-89/+72
* [MS] Fix for Bug 8446, template instantiation without a 'typename' keywordReid Kleckner2019-02-261-0/+11
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-6/+13
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-29/+59
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-26/+57
* [OpenCL][PR40707] Allow OpenCL C types in C++ mode.Anastasia Stulova2019-02-153-13/+20
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-153-54/+78
* [OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0Anastasia Stulova2019-02-071-5/+4
* [X86] Change MS inline asm clobber list filter to check for 'fpsr' instead of...Craig Topper2019-02-051-1/+1
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-1/+170
* [CodeComplete] Propagate preferred types through parser in more casesIlya Biryukov2019-01-314-19/+46
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* [OpenCL] Allow address spaces as method qualifiers.Anastasia Stulova2019-01-211-0/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+19
* Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.Anastasia Stulova2019-01-094-49/+19
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-041-12/+24
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-043-11/+31
* Add support for namespaces on #pragma clang attributeErik Pilkington2018-12-201-6/+40
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-75/+93
* Fix up diagnostics.Richard Trieu2018-12-142-2/+0
* [CodeComplete] Fill preferred type on binary expressionsIlya Biryukov2018-12-131-4/+5