summaryrefslogtreecommitdiff
path: root/unittests/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [CMake] Upate libdeps in FrontendTests corresponding to r215145.NAKAMURA Takumi2014-08-081-0/+1
* 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
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* ASTContext: Declare builtin types implicitlyAlp Toker2013-12-151-8/+6
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-5/+2
* [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test...Argyrios Kyrtzidis2013-11-241-0/+32
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+1
* fix the unit tests too.Chris Lattner2013-01-192-1/+2
* 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
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+2
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-091-0/+7
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-081-1/+2
* Update unittests for include change.Benjamin Kramer2012-07-041-0/+1
* Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth2012-06-211-0/+6
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+1
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-1/+1
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+1
* Fix broken unit testDouglas Gregor2012-01-201-2/+2
* This random unit test also depends on ARCMigrate.John McCall2011-06-161-2/+2
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-1/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-192-3/+1
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-192-1/+3
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-182-3/+1
* Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile.Zhanyong Wan2011-02-091-1/+1
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-032-0/+95