summaryrefslogtreecommitdiff
path: root/lib/Frontend/ASTMerge.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ASTImporter] Mark erroneous nodes in shared stGabor Marton2019-07-011-3/+3
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-151-1/+1
* Changed every use of ASTImporter::Import to Import_NewBalazs Keri2019-04-081-3/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-171-5/+6
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-4/+1
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-1/+4
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-3/+3
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-3/+2
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-3/+2
* Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith2015-08-181-1/+0
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-1/+1
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-2/+4
* Implemented support for testing the ASTImporter'sSean Callanan2015-04-281-1/+7
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+2
* std::unique_ptr-ify the result of ASTUnit::LoadFromASTFileDavid Blaikie2014-08-101-4/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-2/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+2
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-5/+3
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-031-3/+4
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-2/+3
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-2/+2
* Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis2012-02-041-2/+2
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-2/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Introduce the notion of a "minimal" import of ASTs, to better support LLDB.Douglas Gregor2011-01-181-1/+2
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-3/+1
* Since multiple diagnostics can share one diagnostic client, have the client k...Argyrios Kyrtzidis2010-11-181-9/+0
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-9/+15
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-2/+5
* More PCH -> AST renaming.Sebastian Redl2010-08-181-2/+2
* Teach ASTUnit to hold on to the Sema object and ASTConsumer that areDouglas Gregor2010-08-131-0/+6
* FrontendAction: Track active file kind.Daniel Dunbar2010-06-071-1/+2
* Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar2010-06-071-2/+2
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-051-3/+3
* Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor2010-04-051-1/+2
* ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi...Daniel Dunbar2010-02-161-1/+1
* Don't import __va_list_tag or __builtin_va_list when mergingDouglas Gregor2010-02-161-0/+6
* Tell ASTMerge to merge every declaration it sees, rather than cherry-picking ...Douglas Gregor2010-02-151-15/+1
* When AST merging for record declarations fails, warn about theDouglas Gregor2010-02-111-9/+4
* Implement basic support for merging function declarations acrossDouglas Gregor2010-02-101-3/+10
* Teach AST merging that variables with incomplete array types can beDouglas Gregor2010-02-101-2/+4
* Implement basic support for importing source locations from one ASTDouglas Gregor2010-02-101-2/+6
* Hook up the diagnostics-argument printer when merging AST files, soDouglas Gregor2010-02-091-5/+10