aboutsummaryrefslogtreecommitdiff
path: root/tools/CMakeLists.txt
AgeCommit message (Expand)Author
2013-03-20Add clang-format binary to cfe.Daniel Jasper
2012-10-10[CMake] clang/tools/extra may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_...NAKAMURA Takumi
2012-08-07Initial support for recursing into the new clang-tools-extra repositoryChandler Carruth
2012-07-26Removed standalone clang-ast-dump tool.Alexander Kornienko
2012-07-16The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko
2012-04-04Adds a tooling library.Manuel Klimek
2011-08-09Place back previous order of add_subdirectory()'s to reflect build depedencies.Ted Kremenek
2011-08-09Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek
2011-08-09Sort CMakeLists.txt.Ted Kremenek
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2010-04-30Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar
2010-01-22Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor
2009-12-12Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar
2009-11-24Sort CMakeLists.txtKovarththanan Rajaratnam
2009-11-17Remove stale reference to old WPA dir, patch by Kovarththanan Rajaratnam.Daniel Dunbar
2009-10-27Changes for building as a Windows DLLJohn Thompson
2009-09-26Disable c-index-test on MSVC until someone figures out the real problem.Daniel Dunbar
2009-09-25CMake build support for libCIndex and c-index-test. The indexing testsDouglas Gregor
2009-09-25Hide clang-wpa executable behind a CMake variable so it won't be built by def...Douglas Gregor
2009-07-16Add 'clang-wpa' to the CMake-based build.Ted Kremenek
2009-06-25Introduce tools/index-test.Argyrios Kyrtzidis
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2009-03-24Add CMake files for tools/driver; I am just guessing here, can someone test/fix?Daniel Dunbar