summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DeclNodes.td
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+1
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+1
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+1
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-1/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+1
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-28/+31
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+1
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+1
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-1/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+1
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+1
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+2
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+1
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-1/+1
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+1
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+1
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+1
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-1/+1
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+1
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+1
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+1
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-0/+1
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+4
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+1
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-3/+4
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+1
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-1/+0
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-1/+0
* Introduce a module import declaration, so that we properly represent, e.g.,Douglas Gregor2011-12-021-0/+2
* Implement function template specialization at class scope extension in Micros...Francois Pichet2011-08-141-0/+1
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+3
* Step #1/N of implementing support for __label__: split labels intoChris Lattner2011-02-171-0/+1
* NonTypeTemplateParmDecl is just a DeclaratorDecl, not a VarDecl.John McCall2011-02-091-1/+1
* Major anonymous union/struct redesign.Francois Pichet2010-11-211-0/+1
* Refactor redeclarable template declarationsPeter Collingbourne2010-07-291-2/+3
* Implement first TD-based usage of attributes.Sean Hunt2010-06-161-1/+3
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-0/+1
* Move .td files from AST to Basic.Sean Hunt2010-05-301-0/+67