aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTImporter.h
AgeCommit message (Expand)Author
2019-04-29[ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann
2019-04-09[ASTImporter] Fix in ASTImporter::Import_New(const Decl *)Bjorn Pettersson
2019-03-20Remove the unused return value in ASTImporter::Imported [NFC]Raphael Isemann
2019-03-07[ASTImporter] Changed use of Import to Import_New in ASTImporter.Balazs Keri
2019-03-04[ASTImporter] Handle built-in when importing SourceLocation and FileIDShafik Yaghmour
2019-02-14[ASTImporter] Check visibility/linkage of functions and variablesGabor Marton
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-17[ASTImporter] Add importer specific lookupGabor Marton
2018-12-12[ASTImporter] Remove import of definition from GetAlreadyImportedOrNullGabor Marton
2018-11-28Revert "[ASTImporter] Changed use of Import to Import_New in ASTImporter."Davide Italiano
2018-11-28[ASTImporter] Changed use of Import to Import_New in ASTImporter.Balazs Keri
2018-11-27[ASTImporter] Added Import functions for transition to new API.Balazs Keri
2018-10-19[ASTImporter] Added error handling for AST import.Balazs Keri
2018-08-08[ASTImporter] Load external Decls when getting field index.Balazs Keri
2018-07-30Remove trailing spaceFangrui Song
2018-07-12[ASTImporter] Refactor Decl creationGabor Marton
2018-06-27Re-apply: [ASTImporter] Import the whole redecl chain of functionsGabor Marton
2018-06-25Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton
2018-06-25[ASTImporter] Import the whole redecl chain of functionsGabor Marton
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-08[ASTImporter] Properly import SourceLocations of AttrsAleksei Sidorin
2018-04-24[ASTImporter] Allow testing of import sequences; fix import of typedefs for a...Aleksei Sidorin
2018-04-09[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2016-09-28[ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin
2016-05-16Added support to the ASTImporter for C++ constructor initializers.Sean Callanan
2016-05-14Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...Oleksiy Vyalov
2016-05-14Added support to the ASTImporter for C++ constructor initializers.Sean Callanan
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-04-28Implemented ASTImporter support for Stmts and fixedSean Callanan
2014-05-06[C++11] Use 'nullptr'Craig Topper
2013-10-09This patch addresses a problem encountered by theSean Callanan
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith
2012-07-17Teach the ASTImporter how to handle anonymous structs/unionsDouglas Gregor
2012-02-01Make sure that imported definitions get completed before we addDouglas Gregor
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-02-25Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2011-01-18Introduce the notion of a "minimal" import of ASTs, to better support LLDB.Douglas Gregor
2010-12-01Implement AST import support for class template specializations.Douglas Gregor
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-09-30Make the FileID import map key on FileID.Sebastian Redl
2010-07-24Fix sort order.Nick Lewycky
2010-02-17Implement AST importing and checking for Objective-C method declarations.Douglas Gregor
2010-02-15Cope with anonymous tags defined within declarators by structurallyDouglas Gregor
2010-02-15Reimplement the structural-equality checks used to determine whetherDouglas Gregor
2010-02-12Funnel changes to the ImportedDecls list in the ASTImporter through aDouglas Gregor