summaryrefslogtreecommitdiff
path: root/unittests/Frontend/FrontendActionTest.cpp
AgeCommit message (Expand)Author
2017-06-09Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith
2017-04-26Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie
2016-11-16[Frontend] Allow attaching an external sema source to compiler instance and e...Benjamin Kramer
2016-07-18[NFC] Header cleanupMehdi Amini
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-10-22Reland r219810 "Fix late template parsing leak with incremental processing"Reid Kleckner
2014-10-15Revert "Fix late template parsing leak with incremental processing"Reid Kleckner
2014-10-15Fix late template parsing leak with incremental processingReid Kleckner
2014-09-10Revert over-eager unique_ptr conversion.Benjamin Kramer
2014-09-10Unique_ptrify PPCallbacks ownership.Craig Topper
2014-08-27Update for LLVM api change.Rafael Espindola
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie
2014-08-07Flip the order the preprocessor and frontendaction are informed of the end of...Benjamin Kramer
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
2013-12-15ASTContext: Declare builtin types implicitlyAlp Toker
2013-11-24[Parser] Unbreak parsing with incremental parsing enabled and add a unit-test...Argyrios Kyrtzidis
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2012-12-04Really sort the #include lines in unittests/...Chandler Carruth
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-07-04Update unittests for include change.Benjamin Kramer
2012-01-20Fix broken unit testDouglas Gregor
2011-02-19Re-instate r125819 and r125820 with no functionality changePeter Collingbourne
2011-02-19Revert 125820 and 125819 to fix PR9266.Rafael Espindola
2011-02-18Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne
2011-02-03Add gTest unittests to clang, and write the first one.Jeffrey Yasskin