aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ASTMerge.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-02-04Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-01-18Introduce the notion of a "minimal" import of ASTs, to better support LLDB.Douglas Gregor
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-18Since multiple diagnostics can share one diagnostic client, have the client k...Argyrios Kyrtzidis
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-13Teach ASTUnit to hold on to the Sema object and ASTConsumer that areDouglas Gregor
2010-06-07FrontendAction: Track active file kind.Daniel Dunbar
2010-06-07Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar
2010-04-05Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor
2010-04-05Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor
2010-02-16ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi...Daniel Dunbar
2010-02-16Don't import __va_list_tag or __builtin_va_list when mergingDouglas Gregor
2010-02-15Tell ASTMerge to merge every declaration it sees, rather than cherry-picking ...Douglas Gregor
2010-02-11When AST merging for record declarations fails, warn about theDouglas Gregor
2010-02-10Implement basic support for merging function declarations acrossDouglas Gregor
2010-02-10Teach AST merging that variables with incomplete array types can beDouglas Gregor
2010-02-10Implement basic support for importing source locations from one ASTDouglas Gregor
2010-02-09Hook up the diagnostics-argument printer when merging AST files, soDouglas Gregor
2010-02-09Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor