summaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTImporter.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* This patch addresses a problem encountered by theSean Callanan2013-10-09
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-20
* Teach the ASTImporter how to handle anonymous structs/unionsDouglas Gregor2012-07-17
* Make sure that imported definitions get completed before we addDouglas Gregor2012-02-01
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-25
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-19
* Introduce the notion of a "minimal" import of ASTs, to better support LLDB.Douglas Gregor2011-01-18
* Implement AST import support for class template specializations.Douglas Gregor2010-12-01
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-23
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-18
* Implement -working-directory.Argyrios Kyrtzidis2010-11-03
* Make the FileID import map key on FileID.Sebastian Redl2010-09-30
* Fix sort order.Nick Lewycky2010-07-24
* Implement AST importing and checking for Objective-C method declarations.Douglas Gregor2010-02-17
* Cope with anonymous tags defined within declarators by structurallyDouglas Gregor2010-02-15
* Reimplement the structural-equality checks used to determine whetherDouglas Gregor2010-02-15
* Funnel changes to the ImportedDecls list in the ASTImporter through aDouglas Gregor2010-02-12
* When AST merging for record declarations fails, warn about theDouglas Gregor2010-02-11
* Implement basic support for importing source locations from one ASTDouglas Gregor2010-02-10
* Implement basic importing and merging of variable declarations withinDouglas Gregor2010-02-08
* Cache imported typesDouglas Gregor2010-02-08
* Oops, thanks ClangDouglas Gregor2010-02-05
* Initial skeleton of an AST "importer", which will take AST elements fromDouglas Gregor2010-02-05