Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
8ca97ec3
Commit
8ca97ec3
authored
Aug 18, 2018
by
Paul
Browse files
Enable more checks
parent
a6a6beda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.clang-tidy
.clang-tidy
+3
-1
CMakeLists.txt
CMakeLists.txt
+0
-2
No files found.
.clang-tidy
View file @
8ca97ec3
CheckOptions:
CheckOptions:
- key: modernize-loop-convert.MinConfidence
value: risky
- key: modernize-loop-convert.NamingStyle
- key: modernize-loop-convert.NamingStyle
value: lower_case
value: lower_case
- key: readability-function-size.BranchThreshold
- key: readability-function-size.BranchThreshold
...
...
CMakeLists.txt
View file @
8ca97ec3
...
@@ -36,9 +36,7 @@ include(ROCMClangTidy)
...
@@ -36,9 +36,7 @@ include(ROCMClangTidy)
rocm_enable_clang_tidy
(
rocm_enable_clang_tidy
(
CHECKS
CHECKS
*
*
-cert-env33-c
-android-cloexec-fopen
-android-cloexec-fopen
-cert-msc50-cpp
-clang-analyzer-alpha.core.CastToStruct
-clang-analyzer-alpha.core.CastToStruct
-clang-analyzer-optin.performance.Padding
-clang-analyzer-optin.performance.Padding
-clang-diagnostic-deprecated-declarations
-clang-diagnostic-deprecated-declarations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment