summaryrefslogtreecommitdiff
path: root/lib/AST/DeclBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor cast<>'s in if conditionals, which can only assert on failure.Don Hinton2019-03-191-4/+6
* [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/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-071-0/+6
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-1/+3
* [AST] [analyzer] NFC: Reuse code in stable ID dumping methods.Artem Dergachev2018-12-031-4/+1
* Change getRedeclContext() to support enumerations as another kind of transpar...Aaron Ballman2018-10-231-2/+12
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+1
* Add inherited attributes before parsed attributes.Michael Kruse2018-09-241-0/+23
* Generate unique identifiers for Decl objectsGeorge Karpenkov2018-09-151-0/+7
* Test commitBruno Ricci2018-08-031-1/+1
* Fix -Wcovered-switch-default uncovered after r338630Reid Kleckner2018-08-011-1/+1
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-011-30/+49
* Remove trailing spaceFangrui Song2018-07-301-25/+25
* Re-apply: [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-271-0/+6
* Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton2018-06-251-2/+0
* [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-251-0/+2
* Move VersionTuple from clang/Basic to llvm/SupportPavel Labath2018-06-111-1/+1
* Do not try to remove invisible Decls from DeclContextGabor Marton2018-05-181-28/+34
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-171-3/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* [ObjC] Supress the 'implementing unavailable method' warning whenAlex Lorenz2018-05-031-3/+8
* 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
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-04-091-79/+73
* PR36181: Teach CodeGen to properly ignore requests to emit dependent entities.Richard Smith2018-02-011-0/+13
* Allow BlockDecl in CXXRecord scope to have no access specifier.Richard Trieu2018-01-191-0/+2
* Ensure code complete with !LoadExternal sees all local decls.Sam McCall2018-01-161-11/+14
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-081-12/+27
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-3/+2
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-2/+3
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-3/+2
* Add IDNS_Tag to C++ declarations that conflict with tag declarations.Richard Smith2017-09-071-6/+5
* Always allocate room for a ModuleDecl on the TranslationUnitDecl.Richard Smith2017-09-051-2/+3
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-2/+4
* [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-3/+3
* D31187: Fix removal of out-of-line definitions.Vassil Vassilev2017-06-201-1/+1
* Make helper functions static. NFC.Benjamin Kramer2017-05-261-2/+2
* [modules] When reparenting a local declaration, don't mark the declaration asRichard Smith2017-05-231-3/+11
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-0/+21
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-171-3/+7
* Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper2017-05-151-10/+3
* Add LangOptions method to query whether we are tracking the owning module for...Richard Smith2017-05-131-2/+2
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-121-1/+8
* [ObjC] Disallow vector parameters and return values in Objective-C methodsAlex Lorenz2017-04-271-10/+28
* Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properl...Benjamin Kramer2017-04-171-15/+0
* Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replac...Yaron Keren2017-04-171-0/+15
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+1