blob: eb5e366cfd717be9a6ceff160cb04c413bf6057b [file] [log] [blame]
Ted Kremeneke802c612011-08-09 14:55:12 +00001add_subdirectory(libclang)
2add_subdirectory(c-index-test)
John McCall8f0e8d22011-06-15 23:25:17 +00003add_subdirectory(arcmt-test)
Argyrios Kyrtzidis69325d52011-07-09 20:00:58 +00004add_subdirectory(c-arcmt-test)
Ted Kremenek2dc651d2011-08-09 03:39:19 +00005add_subdirectory(diagtool)
Daniel Dunbarcbcd98b2009-03-24 02:52:57 +00006add_subdirectory(driver)
Manuel Klimekcb971c62012-04-04 12:07:46 +00007add_subdirectory(clang-check)
Daniel Jasper7c4a9a02013-03-20 09:53:23 +00008add_subdirectory(clang-format)
Chandler Carruth5d435b62012-08-07 08:37:42 +00009
10# We support checking out the clang-tools-extra repository into the 'extra'
11# subdirectory. It contains tools developed as part of the Clang/LLVM project
12# on top of the Clang tooling platform. We keep them in a separate repository
13# to keep the primary Clang repository small and focused.
NAKAMURA Takumiff2fb962012-10-10 13:46:18 +000014# It also may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR.
15add_llvm_external_project(clang-tools-extra extra)