Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit c41a416

Browse files
committed
Hiding the scan-build and scan-view projects under the Misc folder in IDEs instead of having them at the root view.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252771 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f326876 commit c41a416

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/scan-build/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@ if(CLANG_INSTALL_SCANBUILD)
7676
endforeach()
7777

7878
add_custom_target(scan-build ALL DEPENDS ${Depends})
79+
set_target_properties(scan-build PROPERTIES FOLDER "Misc")
7980
endif()
8081

tools/scan-view/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ if(CLANG_INSTALL_SCANVIEW)
3737
endforeach()
3838

3939
add_custom_target(scan-view ALL DEPENDS ${Depends})
40+
set_target_properties(scan-view PROPERTIES FOLDER "Misc")
4041
endif()

0 commit comments

Comments
 (0)