summaryrefslogtreecommitdiff
path: root/include/clang/Parse
Commit message (Expand)AuthorAgeFilesLines
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-141-2/+17
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-251-3/+5
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-181-3/+8
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-131-1/+6
* [Attr] Support _attribute__ ((fallthrough))Nathan Huckleberry2019-08-201-6/+7
* [Parser] Change parameter type from int to enumSerge Pavlov2019-08-011-2/+2
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+4
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+3
* Rearrange and clean up how we disambiguate lambda-introducers from ObjCRichard Smith2019-05-201-6/+19
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-171-3/+3
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-2/+6
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+1
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-0/+6
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-1/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+1
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-141-3/+7
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-111-1/+2
* [Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci2019-03-251-3/+2
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-261-4/+4
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-0/+2
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-2/+6
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-29/+39
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+7
* [CodeComplete] Propagate preferred types through parser in more casesIlya Biryukov2019-01-311-0/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-0/+5
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-1/+5
* Move diagnostic enums into Basic.Richard Trieu2018-12-081-14/+1
* Move LoopHint.h from Sema to ParseRichard Trieu2018-11-282-1/+46
* [OPENMP] Refactor code for parsing omp declare target directive and its claus...Kelvin Li2018-11-211-0/+5
* [clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev2018-11-201-0/+1
* Implement P1094R2 (nested inline namespaces)Erich Keane2018-11-121-3/+10
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* [OPENMP] Do not capture private loop counters.Alexey Bataev2018-10-291-0/+2
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-3/+10
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+1
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-101-0/+5
* [Parser] Remove an unnecessary `mutable`Fangrui Song2018-09-091-1/+1
* We have in place support for parsing #pragma FENV_ACCESS, but that Kevin P. Neal2018-08-141-0/+4
* [UnrollAndJam] Add unroll_and_jam pragma handlingDavid Green2018-08-011-0/+2
* Remove trailing spaceFangrui Song2018-07-303-36/+36
* Parse a possible trailing postfix expression suffix after a fold expressionNicolas Lesser2018-07-271-0/+1
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-0/+1
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-21/+16
* AttributeList de-listifying:Erich Keane2018-07-121-24/+41
* [OPENMP] Make clauses closing loc point to right bracket.Alexey Bataev2018-07-061-0/+1
* Diagnose missing 'template' keywords in contexts where a comma is not aRichard Smith2018-06-271-0/+8
* Diagnose missing 'template' keywords in more cases.Richard Smith2018-06-262-3/+95
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-1/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-093-112/+112