summaryrefslogtreecommitdiff
path: root/unittests/Frontend
Commit message (Expand)AuthorAge
* ASTContext: Declare builtin types implicitlyAlp Toker2013-12-15
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test...Argyrios Kyrtzidis2013-11-24
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-20
* fix the unit tests too.Chris Lattner2013-01-19
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-04
* Sort the #include lines for unittests/...Chandler Carruth2012-12-04
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-01
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-09
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-08
* Update unittests for include change.Benjamin Kramer2012-07-04
* Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth2012-06-21
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-20
* Structured comment parsing, first step.Dmitri Gribenko2012-06-20
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-13
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* Fix broken unit testDouglas Gregor2012-01-20
* This random unit test also depends on ARCMigrate.John McCall2011-06-16
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-15
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-19
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-19
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-18
* Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.Zhanyong Wan2011-02-09
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-03