summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Frontend/FrontendActionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-6/+7
* Modules: Add LangOptions::CacheGeneratedPCHDuncan P. N. Exon Smith2019-03-121-1/+39
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-3/+2
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-8/+8
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-10/+10
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-10/+10
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-10/+10
* [Frontend] Allow attaching an external sema source to compiler instance and e...Benjamin Kramer2016-11-161-0/+63
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-4/+5
* Reland r219810 "Fix late template parsing leak with incremental processing"Reid Kleckner2014-10-221-4/+45
* Revert "Fix late template parsing leak with incremental processing"Reid Kleckner2014-10-151-45/+4
* Fix late template parsing leak with incremental processingReid Kleckner2014-10-151-4/+45
* Revert over-eager unique_ptr conversion.Benjamin Kramer2014-09-101-6/+6
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-6/+6
* Update for LLVM api change.Rafael Espindola2014-08-271-3/+6
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-3/+3
* Flip the order the preprocessor and frontendaction are informed of the end of...Benjamin Kramer2014-08-071-0/+46
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+3
* ASTContext: Declare builtin types implicitlyAlp Toker2013-12-151-8/+6
* [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test...Argyrios Kyrtzidis2013-11-241-0/+32
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+1
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-041-1/+1
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-4/+2
* Update unittests for include change.Benjamin Kramer2012-07-041-0/+1
* Fix broken unit testDouglas Gregor2012-01-201-2/+2
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-2/+0
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-0/+2
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-2/+0
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-031-0/+76
OpenPOWER on IntegriCloud