2011-08-09 18:55:12 +04:00
|
|
|
add_subdirectory(libclang)
|
|
|
|
add_subdirectory(c-index-test)
|
2011-06-16 03:25:17 +04:00
|
|
|
add_subdirectory(arcmt-test)
|
2011-07-10 00:00:58 +04:00
|
|
|
add_subdirectory(c-arcmt-test)
|
2011-08-09 07:39:19 +04:00
|
|
|
add_subdirectory(diagtool)
|
2009-03-24 05:52:57 +03:00
|
|
|
add_subdirectory(driver)
|
2012-04-04 16:07:46 +04:00
|
|
|
add_subdirectory(clang-check)
|
2013-03-20 13:53:23 +04:00
|
|
|
add_subdirectory(clang-format)
|
2012-08-07 12:37:42 +04:00
|
|
|
|
|
|
|
# We support checking out the clang-tools-extra repository into the 'extra'
|
|
|
|
# subdirectory. It contains tools developed as part of the Clang/LLVM project
|
|
|
|
# on top of the Clang tooling platform. We keep them in a separate repository
|
|
|
|
# to keep the primary Clang repository small and focused.
|
2012-10-10 17:46:18 +04:00
|
|
|
# It also may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR.
|
|
|
|
add_llvm_external_project(clang-tools-extra extra)
|