summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ASTImporter] Added visibility context check for EnumDecl.Balazs Keri2019-07-091-0/+2
* [ASTImporter] Fix import of lambda in function paramGabor Marton2019-07-081-11/+12
* [ASTImporter] Mark erroneous nodes in shared stGabor Marton2019-07-011-14/+44
* [ASTImporter] Silence unused variable warning in Release builds. NFC.Benjamin Kramer2019-07-011-0/+1
* [ASTImporter] Mark erroneous nodes in from ctxGabor Marton2019-07-011-8/+22
* [ASTImporter] Propagate error from ImportDeclContextGabor Marton2019-07-011-6/+27
* [ASTImporter] Store import errors for DeclsGabor Marton2019-06-251-18/+80
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-0/+7
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-7/+8
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-111-4/+5
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-1/+1
* [ASTImporter] Fix unhandled cases in ASTImporterLookupTableGabor Marton2019-06-111-1/+2
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-2/+8
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-8/+2
* clang support gnu asm goto.Jennifer Yu2019-05-301-2/+8
* [ASTImporter] Added visibility context check for CXXRecordDecl.Balazs Keri2019-05-271-0/+3
* [ASTImporter] Call to HandleNameConflict in VisitRecordDecl mistakeningly usi...Shafik Yaghmour2019-05-241-1/+1
* ASTNodeImporter - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-05-181-2/+2
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-2/+10
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-151-206/+77
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-5/+23
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+8
* [ASTImporter] Fix inequivalence of unresolved exception specGabor Marton2019-05-081-0/+5
* [ASTImporter] Import TemplateParameterLists in function templates.Balazs Keri2019-05-071-0/+21
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-23/+5
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-1/+10
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-5/+23
* [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-291-4/+16
* [ASTImporter] Copy Argument Passing Restrictions setting when importing a CXX...Shafik Yaghmour2019-04-261-0/+3
* Fixed comment as pointed out by post-commit review of D59845Raphael Isemann2019-04-091-1/+1
* [ASTImporter] Call to HandleNameConflict in VisitEnumDecl mistakeningly using...Shafik Yaghmour2019-04-081-1/+1
* Changed every use of ASTImporter::Import to Import_NewBalazs Keri2019-04-081-7/+14
* [ASTImporter] Convert ODR diagnostics inside ASTImporter implementationGabor Marton2019-04-011-14/+14
* [ASTImporter] Fix IsStructuralMatch specialization for EnumDecl to prevent re...Shafik Yaghmour2019-03-271-0/+6
* [ASTImporter] Changed use of Import to Import_New in ASTNodeImporter.Balazs Keri2019-03-251-50/+22
OpenPOWER on IntegriCloud