summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-11-11 18:13:42 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-11-11 18:13:42 +0000
commit8f3f6347aa4aa1643a16e69fe22ccf5bbb606017 (patch)
tree53ec77f9a33dbce323b93d70f2cfddeaa5688373 /clang/tools/scan-build
parentda6cafffc0daea3d1df4021a56257487d1ed4ec9 (diff)
downloadbcm5719-llvm-8f3f6347aa4aa1643a16e69fe22ccf5bbb606017.tar.gz
bcm5719-llvm-8f3f6347aa4aa1643a16e69fe22ccf5bbb606017.zip
Hiding the scan-build and scan-view projects under the Misc folder in IDEs instead of having them at the root view.
llvm-svn: 252771
Diffstat (limited to 'clang/tools/scan-build')
-rw-r--r--clang/tools/scan-build/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/scan-build/CMakeLists.txt b/clang/tools/scan-build/CMakeLists.txt
index d6535a10984..7c2df32e0d3 100644
--- a/clang/tools/scan-build/CMakeLists.txt
+++ b/clang/tools/scan-build/CMakeLists.txt
@@ -76,5 +76,6 @@ if(CLANG_INSTALL_SCANBUILD)
endforeach()
add_custom_target(scan-build ALL DEPENDS ${Depends})
+ set_target_properties(scan-build PROPERTIES FOLDER "Misc")
endif()
OpenPOWER on IntegriCloud