aboutsummaryrefslogtreecommitdiff
path: root/lib/Tooling/CMakeLists.txt
AgeCommit message (Expand)Author
2012-10-08Support symlinks and relative paths in complilation databases.Daniel Jasper
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-08-24Use LLVM's plugin registry to enable registering new compilationDaniel Jasper
2012-08-22Reverted clang-check to fully supported CommandLine Library use-case: globalAlexander Kornienko
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-17Move RefactoringCallbacks to Tooling to avoid dependency fromDaniel Jasper
2012-07-16Fix copy-paste mistake for CMake dependency.Ted Kremenek
2012-07-16Looks like libTooling might also depend on ClangDiagnosticCommon.Ted Kremenek
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-05-23Adds the Refactoring library, which is a layer on top of the Tooling libraryManuel Klimek
2012-05-09Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan
2012-04-04Adds a tooling library.Manuel Klimek
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
2011-05-31This patch implements an AST matching framework that allows to writeManuel Klimek
2011-04-27This is the next step in building the standalone tools infrastructure:Manuel Klimek
2011-04-21Adds a function to run FrontendActions over in-memory code. This isManuel Klimek