summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Refactor libTooling to reduce required dependencies.Daniel Jasper2014-10-291-0/+3
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-9/+0
* [CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi2013-12-101-1/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-2/+4
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-081-0/+1
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+2
* Use LLVM's plugin registry to enable registering new compilationDaniel Jasper2012-08-241-0/+1
* Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko2012-08-221-1/+1
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+5
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-3/+3
* Move RefactoringCallbacks to Tooling to avoid dependency fromDaniel Jasper2012-07-171-0/+2
* Fix copy-paste mistake for CMake dependency.Ted Kremenek2012-07-161-1/+1
* Looks like libTooling might also depend on ClangDiagnosticCommon.Ted Kremenek2012-07-161-0/+4
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-161-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-1/+7
* Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek2012-05-231-1/+2
* Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan2012-05-091-0/+1
* Adds a tooling library.Manuel Klimek2012-04-041-0/+7
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-021-7/+0
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-311-0/+1
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-271-0/+1
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-211-0/+5
OpenPOWER on IntegriCloud