summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/ASTMerge.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor2010-02-091-0/+98