aboutsummaryrefslogtreecommitdiff
path: root/unittests/Frontend/FrontendActionTest.cpp
AgeCommit message (Expand)Author
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