| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a missing dependency to unittests/Frontend. | Adrian Prantl | 2015-07-10 | 1 | -0/+1 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -4/+5 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -2/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -1/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -2/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -1/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -2/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -1/+2 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -2/+1 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -1/+2 |
* | Try to fix link errors in mingw cmake -DBUILD_SHARED_LIBS=ON | Reid Kleckner | 2014-10-22 | 1 | -0/+1 |
* | Reland r219810 "Fix late template parsing leak with incremental processing" | Reid Kleckner | 2014-10-22 | 1 | -4/+45 |
* | Revert "Fix late template parsing leak with incremental processing" | Reid Kleckner | 2014-10-15 | 1 | -45/+4 |
* | Fix late template parsing leak with incremental processing | Reid Kleckner | 2014-10-15 | 1 | -4/+45 |
* | Revert over-eager unique_ptr conversion. | Benjamin Kramer | 2014-09-10 | 1 | -6/+6 |
* | Unique_ptrify PPCallbacks ownership. | Craig Topper | 2014-09-10 | 1 | -6/+6 |
* | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 1 | -3/+6 |
* | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 2014-08-10 | 1 | -3/+3 |
* | [CMake] Upate libdeps in FrontendTests corresponding to r215145. | NAKAMURA Takumi | 2014-08-08 | 1 | -0/+1 |
* | Flip the order the preprocessor and frontendaction are informed of the end of... | Benjamin Kramer | 2014-08-07 | 1 | -0/+46 |
* | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 2014-07-17 | 1 | -3/+3 |
* | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 2014-07-17 | 1 | -3/+3 |
* | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 1 | -1/+1 |
* | ASTContext: Declare builtin types implicitly | Alp Toker | 2013-12-15 | 1 | -8/+6 |
* | [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak... | NAKAMURA Takumi | 2013-12-10 | 1 | -5/+2 |
* | [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test... | Argyrios Kyrtzidis | 2013-11-24 | 1 | -0/+32 |
* | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 2013-06-14 | 1 | -1/+1 |
* | Nuke SetUpBuildDumpLog. | Sean Silva | 2013-01-20 | 1 | -1/+1 |
* | fix the unit tests too. | Chris Lattner | 2013-01-19 | 2 | -1/+2 |
* | Really sort the #include lines in unittests/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Sort the #include lines for unittests/... | Chandler Carruth | 2012-12-04 | 1 | -4/+2 |
* | Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. | Ted Kremenek | 2012-09-01 | 1 | -1/+2 |
* | [ms-inline asm] Add various MC components to clang build to support MS-style ... | Chad Rosier | 2012-08-09 | 1 | -0/+7 |
* | Add various MC components to clang build to support MS-style inline assembly. | Chad Rosier | 2012-08-08 | 1 | -1/+2 |
* | Update unittests for include change. | Benjamin Kramer | 2012-07-04 | 1 | -0/+1 |
* | Clang side of a refactoring of the CMake unit test build strategy. | Chandler Carruth | 2012-06-21 | 1 | -0/+6 |
* | Fix a big layering violation introduced by r158771. | Chandler Carruth | 2012-06-20 | 1 | -1/+1 |
* | Structured comment parsing, first step. | Dmitri Gribenko | 2012-06-20 | 1 | -1/+1 |
* | Kill the last vestiges of clangIndex | Douglas Gregor | 2012-04-13 | 1 | -1/+1 |
* | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | 2012-03-06 | 1 | -1/+1 |
* | Fix broken unit test | Douglas Gregor | 2012-01-20 | 1 | -2/+2 |
* | This random unit test also depends on ARCMigrate. | John McCall | 2011-06-16 | 1 | -2/+2 |
* | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall | 2011-06-15 | 1 | -1/+1 |
* | Re-instate r125819 and r125820 with no functionality change | Peter Collingbourne | 2011-02-19 | 2 | -3/+1 |
* | Revert 125820 and 125819 to fix PR9266. | Rafael Espindola | 2011-02-19 | 2 | -1/+3 |
* | Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction | Peter Collingbourne | 2011-02-18 | 2 | -3/+1 |
* | Fix a typo in a comment in tools/clang/unittests/Frontend/Makefile. | Zhanyong Wan | 2011-02-09 | 1 | -1/+1 |
* | Add gTest unittests to clang, and write the first one. | Jeffrey Yasskin | 2011-02-03 | 2 | -0/+95 |