2013-09-04 01:58:19 +08:00
|
|
|
add_subdirectory(clang-apply-replacements)
|
2013-09-05 01:35:07 +08:00
|
|
|
add_subdirectory(clang-modernize)
|
2013-11-08 08:08:23 +08:00
|
|
|
add_subdirectory(clang-query)
|
2013-07-29 16:19:24 +08:00
|
|
|
add_subdirectory(clang-tidy)
|
2013-09-05 01:35:07 +08:00
|
|
|
add_subdirectory(modularize)
|
2014-01-07 23:22:08 +08:00
|
|
|
add_subdirectory(module-map-checker)
|
2013-10-31 20:23:32 +08:00
|
|
|
add_subdirectory(pp-trace)
|
2013-09-05 01:35:07 +08:00
|
|
|
add_subdirectory(remove-cstr-calls)
|
|
|
|
add_subdirectory(tool-template)
|
2012-08-07 16:33:04 +08:00
|
|
|
|
|
|
|
# Add the common testsuite after all the tools.
|
|
|
|
add_subdirectory(test)
|
2013-04-03 23:11:08 +08:00
|
|
|
add_subdirectory(unittests)
|