summaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
Commit message (Expand)AuthorAge
* CMake: enable building the clang-format vs pluginHans Wennborg2013-12-03
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-22
* With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check.Jordan Rose2013-07-03
* Add clang-format binary to cfe.Daniel Jasper2013-03-20
* [CMake] clang/tools/extra may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_...NAKAMURA Takumi2012-10-10
* Initial support for recursing into the new clang-tools-extra repositoryChandler Carruth2012-08-07
* Removed standalone clang-ast-dump tool.Alexander Kornienko2012-07-26
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-16
* Adds a tooling library.Manuel Klimek2012-04-04
* Place back previous order of add_subdirectory()'s to reflect build depedencies.Ted Kremenek2011-08-09
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek2011-08-09
* Sort CMakeLists.txt.Ted Kremenek2011-08-09
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-09
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-15
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-30
* Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor2010-01-22
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-12
* Sort CMakeLists.txtKovarththanan Rajaratnam2009-11-24
* Remove stale reference to old WPA dir, patch by Kovarththanan Rajaratnam.Daniel Dunbar2009-11-17
* Changes for building as a Windows DLLJohn Thompson2009-10-27
* Disable c-index-test on MSVC until someone figures out the real problem.Daniel Dunbar2009-09-26
* CMake build support for libCIndex and c-index-test. The indexing testsDouglas Gregor2009-09-25
* Hide clang-wpa executable behind a CMake variable so it won't be built by def...Douglas Gregor2009-09-25
* Add 'clang-wpa' to the CMake-based build.Ted Kremenek2009-07-16
* Introduce tools/index-test.Argyrios Kyrtzidis2009-06-25
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-24
* Add CMake files for tools/driver; I am just guessing here, can someone test/fix?Daniel Dunbar2009-03-24