summaryrefslogtreecommitdiff
path: root/lib/Tooling/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum2019-10-101-0/+1
* [clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz2019-06-261-0/+1
* [clang][Tooling] Infer target and mode from argv[0] when using JSONCompilatio...Kadir Cetinkaya2019-06-261-0/+1
* Reland r361148 with a fix to the buildbot failure.Ilya Biryukov2019-05-221-0/+1
* Revert r361148 "[Syntax] Introduce TokenBuffer, start clangToolingSyntax libr...Russell Gallop2019-05-221-1/+0
* [Syntax] Introduce TokenBuffer, start clangToolingSyntax libraryIlya Biryukov2019-05-201-0/+1
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-041-0/+1
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-301-1/+0
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-301-0/+1
* Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-181-1/+0
* Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu2018-05-181-0/+1
* [Tooling] A CompilationDatabase wrapper that infers header commands.Sam McCall2018-04-091-0/+1
* Add a tool executor that runs actions on all TUs in the compilation database.Eric Liu2018-01-051-0/+1
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-261-0/+2
* [clang-diff] Add initial implementationAlex Lorenz2017-07-211-0/+1
* Introducing clang::tooling::AtomicChange for refactoring tools.Eric Liu2017-03-011-0/+1
* clangTooling: Update libdeps: LLVMOptions, since r280118.NAKAMURA Takumi2016-08-311-1/+4
* clangTooling depends on ClangDriverOptions since r280118.NAKAMURA Takumi2016-08-311-0/+3
* [tooling] FixItHint Tooling refactoringEtienne Bergeron2016-05-111-0/+1
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-0/+1
* 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