summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-121-2/+3
* Revert "PR45083: Mark statement expressions as being dependent if they appear...Hans Wennborg2020-03-121-3/+2
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-041-2/+3
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-3/+15
* [Concepts] Type ConstraintsSaar Raz2020-01-151-3/+38
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-1/+1
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-7/+13
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-231-14/+20
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-221-20/+14
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-221-14/+20
* [ASTImporter][LLDB] Modifying ImportDeclContext(...) to ensure that we comple...shafik2019-12-191-1/+28
* Revert concepts changes from D41910Vedant Kumar2019-12-181-20/+14
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-181-14/+20
* recommit: [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-181-35/+47
* Revert "[ASTImporter] Friend class decl should not be visible in its context"Nico Weber2019-12-171-44/+35
* [ASTImporter] Friend class decl should not be visible in its contextGabor Marton2019-12-171-35/+44
* [ASTImporter] Support functions with placeholder return types ...Gabor Marton2019-12-121-15/+79
* [ASTImporter] Implicitly declare parameters for imported ObjCMethodDeclsRaphael Isemann2019-12-061-0/+8
* [ASTImporter] Various source location and range import fixes.Balázs Kéri2019-12-051-17/+39
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-8/+39
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-39/+8
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-8/+39
* [Clang][ASTImporter] Added visibility check for ClassTemplateDecl.Balázs Kéri2019-11-151-0/+2
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-4/+4
* [ASTImporter] Add support for BuiltinTemplateDeclRaphael Isemann2019-10-301-0/+16
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-191-1/+2
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-10-151-2/+2
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-111-65/+4
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-7/+9
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-231-1/+1
* [Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.Balazs Keri2019-09-131-11/+10
* [ASTImporter] Added visibility context check for TypedefNameDecl.Balazs Keri2019-09-041-13/+27
* [ASTImporter] At import of records re-order indirect fields too.Balazs Keri2019-09-021-1/+1
* [ASTImporter] Do not look up lambda classesGabor Marton2019-08-301-1/+1
* [ASTImporter] Propagate errors during import of overridden methods.Balazs Keri2019-08-301-5/+11
* [ASTImporter] Fix name conflict handling with different strategiesGabor Marton2019-08-271-81/+90
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-261-2/+3
* [ASTImporter] Import ctor initializers after setting flags.Balazs Keri2019-08-161-17/+17
* [ASTImporter] Import default expression of param before creating the param.Balazs Keri2019-08-141-19/+47
* [ASTImporter] Import additional flags for functions.Balazs Keri2019-08-131-0/+3
* [ASTImporter] Fix for import of friend class template with definition.Balazs Keri2019-08-121-4/+6
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+4
* [ASTImporter] Do not import FunctionTemplateDecl in record twice.Balazs Keri2019-08-071-2/+12
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-2/+2
* [ASTImporter] Reorder fields after structure import is finishedGabor Marton2019-07-251-1/+53
* [CrossTU] Add a function to retrieve original source location.Balazs Keri2019-07-241-0/+4
* Revert r366449: [CrossTU] Add a function to retrieve original source location.Ilya Biryukov2019-07-181-24/+3
* [CrossTU] Add a function to retrieve original source location.Balazs Keri2019-07-181-3/+24
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-171-7/+28
* Fix uninitialized variable analyzer warning. NFCI.Simon Pilgrim2019-07-151-1/+1
OpenPOWER on IntegriCloud