[PATCH] D32815: [clang-tidy][CMake] Make clang-tidy usable as distribution component
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 10 09:34:08 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL302688: [clang-tidy][CMake] Make clang-tidy usable as distribution component (authored by phosek).
Changed prior to commit:
https://reviews.llvm.org/D32815?vs=97683&id=98479#toc
Repository:
rL LLVM
https://reviews.llvm.org/D32815
Files:
clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt
Index: clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt
===================================================================
--- clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt
+++ clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt
@@ -2,7 +2,7 @@
support
)
-add_clang_executable(clang-tidy
+add_clang_tool(clang-tidy
ClangTidyMain.cpp
)
add_dependencies(clang-tidy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32815.98479.patch
Type: text/x-patch
Size: 397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170510/bceba100/attachment-0001.bin>
More information about the cfe-commits
mailing list