]> granicus.if.org Git - clang/history - lib/Frontend/ASTMerge.cpp
Remove 'Filename' parameter from BeginSourceFileAction.
[clang] / lib / Frontend / ASTMerge.cpp
2017-06-09 Richard SmithRemove 'Filename' parameter from BeginSourceFileAction.
2016-02-07 Argyrios Kyrtzidis[Frontend] Make the memory management of FrontendAction...
2015-08-18 Richard SmithInitialize the AST consumer as soon as we have both...
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-06-20 Adrian PrantlIntroduce a PCHContainerOperations interface (NFC).
2015-04-28 Sean CallananImplemented support for testing the ASTImporter's
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-08-10 David Blaikiestd::unique_ptr-ify the result of ASTUnit::LoadFromASTFile
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-03-07 Aaron Ballman[C++11] Replacing DeclBase iterators decls_begin()...
2013-05-03 Douglas GregorWhen building a module, forward diagnostics to the...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-10-23 Douglas GregorMake DiagnosticOptions intrusively reference-counted...
2012-03-11 David BlaikieUnify naming of LangOptions variable/get function acros...
2012-02-20 Dylan NoblesmithBasic: import IntrusiveRefCntPtr<> into clang namespace
2012-02-04 Argyrios KyrtzidisUse variable in place of multiple CI.getFrontendOpts...
2012-01-20 Douglas GregorExtract the (InputKind, std::string) pair used to descr...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-08-25 Douglas GregorIntroduce a -cc1 option "-emit-module", that creates...
2011-07-23 Chris Lattnerremove unneeded llvm:: namespace qualifiers on some...
2011-01-18 Douglas GregorIntroduce the notion of a "minimal" import of ASTs...
2010-11-23 Chris Lattnernow the FileManager has a FileSystemOpts ivar, stop...
2010-11-18 Argyrios KyrtzidisSince multiple diagnostics can share one diagnostic...
2010-11-18 Argyrios KyrtzidisRefactoring of Diagnostic class.
2010-11-03 Argyrios KyrtzidisImplement -working-directory.
2010-08-18 Sebastian RedlMore PCH -> AST renaming.
2010-08-13 Douglas GregorTeach ASTUnit to hold on to the Sema object and ASTCons...
2010-06-07 Daniel DunbarFrontendAction: Track active file kind.
2010-06-07 Daniel DunbarFrontend: Rename hasASTSupport to hasASTFileSupport...
2010-04-05 Douglas GregorMake Diagnostic reference-counted, which is simpler...
2010-04-05 Douglas GregorClarify the ownership semantics of the Diagnostic objec...
2010-02-16 Daniel DunbarASTUnit: Constant fold UseBumpAllocator to true, we...
2010-02-16 Douglas GregorDon't import __va_list_tag or __builtin_va_list when...
2010-02-15 Douglas GregorTell ASTMerge to merge every declaration it sees, rathe...
2010-02-11 Douglas GregorWhen AST merging for record declarations fails, warn...
2010-02-10 Douglas GregorImplement basic support for merging function declaratio...
2010-02-10 Douglas GregorTeach AST merging that variables with incomplete array...
2010-02-10 Douglas GregorImplement basic support for importing source locations...
2010-02-09 Douglas GregorHook up the diagnostics-argument printer when merging...
2010-02-09 Douglas GregorIntroduce a testbed for merging multiple ASTs into...