summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclBase.h
Commit message (Expand)AuthorAgeFilesLines
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-081-114/+153
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-0/+7
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-4/+0
* Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext...Eric Liu2017-10-101-4/+1
* [Modules TS] Avoid computing the linkage of the enclosing DeclContext for a d...Richard Smith2017-10-101-1/+4
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-0/+4
* Add IDNS_Tag to C++ declarations that conflict with tag declarations.Richard Smith2017-09-071-4/+6
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-041-1/+1
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-1/+1
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-051-1/+1
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-231-58/+97
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-0/+5
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-181-8/+11
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-171-0/+14
* Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper2017-05-151-14/+0
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-121-0/+14
* [ObjC] Disallow vector parameters and return values in Objective-C methodsAlex Lorenz2017-04-271-0/+8
* Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properl...Benjamin Kramer2017-04-171-2/+0
* Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replac...Yaron Keren2017-04-171-0/+2
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-2/+3
* Finish a comment + remove trailing whitespace. NFCGeorge Burgess IV2017-02-141-5/+4
* Add a note that points to the linkage specifier for the C++ linkage errorsAlex Lorenz2016-11-021-0/+3
* [Modules TS] Diagnose 'export' declaration within 'export' declaration.Richard Smith2016-09-261-0/+4
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-1/+4
* Reapply r277058: "[ObjC] Consider availability of context when emitting avail...Erik Pilkington2016-07-291-1/+7
* Revert "[ObjC] Consider availability of context when emitting availability wa...Erik Pilkington2016-07-281-7/+1
* [ObjC] Consider availability of context when emitting availability warningsErik Pilkington2016-07-281-1/+7
* Don't use static variables in LambdaCaptureJohn Brawn2016-06-151-5/+2
* Reland r267691 fixing PR27535.Vassil Vassilev2016-04-281-3/+4
* Revert r267691, it caused PR27535.Nico Weber2016-04-271-4/+3
* [modules] Fix Decl's Used invariant.Vassil Vassilev2016-04-271-3/+4
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+5
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-111-0/+7
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-3/+7
* Improve documentation comments for IdentifierNamespace values.Richard Smith2016-01-071-2/+7
* Use llvm::make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-061-2/+1
* Set flag for lldb when qualified name lookup is being doneEugene Leviant2015-11-181-0/+16
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-0/+9
* Fix alignment issues in Clang.James Y Knight2015-07-171-0/+7
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-1/+6
* [modules] Fix some visibility issues with default template arguments.Richard Smith2015-06-091-1/+3
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-2/+17
* [Modules] A second attempt at writing out on-disk hash tables for theChandler Carruth2015-03-261-0/+5
* When looking for lexical decls from an external source, check all contextsRichard Smith2015-03-241-1/+1
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-17/+28
* Reverting r232793 until some new LLDB failures are discussedVince Harron2015-03-221-0/+2
* [modules] Remove some redundant work when building a lookup table for a DeclC...Richard Smith2015-03-201-2/+0
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-7/+0