summaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclBase.h
AgeCommit message (Expand)Author
2018-02-05Merging r323935:Hans Wennborg
2017-11-08[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-10-10[Modules TS] Module ownership semantics for redeclarations.Richard Smith
2017-10-10Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu
2017-10-10Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext...Eric Liu
2017-10-10[Modules TS] Avoid computing the linkage of the enclosing DeclContext for a d...Richard Smith
2017-10-09[Modules TS] Module ownership semantics for redeclarations.Richard Smith
2017-09-07Add IDNS_Tag to C++ declarations that conflict with tag declarations.Richard Smith
2017-09-04Implement Itanium name mangling support for C++ Modules TS.Richard Smith
2017-07-05[modules ts] Improve merging of module-private declarations.Richard Smith
2017-07-05[modules ts] Declarations from a module interface unit are only visible outsideRichard Smith
2017-06-23PR33552: Distinguish between declarations that are owned by no module andRichard Smith
2017-05-20[index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis
2017-05-18[modules] Switch from inferring owning modules based on source location toRichard Smith
2017-05-17[modules] When creating a declaration, cache its owning module immediatelyRichard Smith
2017-05-15Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper
2017-05-12[modules] When creating a declaration, cache its owning module immediatelyRichard Smith
2017-04-27[ObjC] Disallow vector parameters and return values in Objective-C methodsAlex Lorenz
2017-04-17Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properl...Benjamin Kramer
2017-04-17Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replac...Yaron Keren
2017-03-09Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith
2017-02-14Finish a comment + remove trailing whitespace. NFCGeorge Burgess IV
2016-11-02Add a note that points to the linkage specifier for the C++ linkage errorsAlex Lorenz
2016-09-26[Modules TS] Diagnose 'export' declaration within 'export' declaration.Richard Smith
2016-09-08C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith
2016-07-29Reapply r277058: "[ObjC] Consider availability of context when emitting avail...Erik Pilkington
2016-07-28Revert "[ObjC] Consider availability of context when emitting availability wa...Erik Pilkington
2016-07-28[ObjC] Consider availability of context when emitting availability warningsErik Pilkington
2016-06-15Don't use static variables in LambdaCaptureJohn Brawn
2016-04-28Reland r267691 fixing PR27535.Vassil Vassilev
2016-04-27Revert r267691, it caused PR27535.Nico Weber
2016-04-27[modules] Fix Decl's Used invariant.Vassil Vassilev
2016-04-19Warn if function or variable cannot be implicitly instantiatedSerge Pavlov
2016-04-11[GCC] Attribute ifunc support in clangDmitry Polukhin
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev
2016-01-07Improve documentation comments for IdentifierNamespace values.Richard Smith
2015-12-06Use llvm::make_range to reduce mentions of iterator type. NFCCraig Topper
2015-11-18Set flag for lldb when qualified name lookup is being doneEugene Leviant
2015-08-23Instantiate function declarations in instantiated functions.Serge Pavlov
2015-07-17Fix alignment issues in Clang.James Y Knight
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-19Extend type nullability qualifiers for Objective-C.Douglas Gregor
2015-06-09[modules] Fix some visibility issues with default template arguments.Richard Smith
2015-05-15[modules] Add local submodule visibility support for declarations.Richard Smith
2015-03-26[Modules] A second attempt at writing out on-disk hash tables for theChandler Carruth
2015-03-24When looking for lexical decls from an external source, check all contextsRichard Smith
2015-03-23[modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith
2015-03-22Reverting r232793 until some new LLDB failures are discussedVince Harron
2015-03-20[modules] Remove some redundant work when building a lookup table for a DeclC...Richard Smith