aboutsummaryrefslogtreecommitdiff
path: root/unittests/Frontend
AgeCommit message (Expand)Author
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-19fix the unit tests too.Chris Lattner
2012-12-04Really sort the #include lines in unittests/...Chandler Carruth
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-09[ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier
2012-08-08Add various MC components to clang build to support MS-style inline assembly.Chad Rosier
2012-07-04Update unittests for include change.Benjamin Kramer
2012-06-21Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-04-13Kill the last vestiges of clangIndexDouglas Gregor
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2012-01-20Fix broken unit testDouglas Gregor
2011-06-16This random unit test also depends on ARCMigrate.John McCall
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
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-09Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.Zhanyong Wan
2011-02-03Add gTest unittests to clang, and write the first one.Jeffrey Yasskin