"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "d1d418a53f67439a5e0016a02f558a7f74b3a0e8"
Commit 6e6e7f3a authored by Paul's avatar Paul
Browse files

Comment out clang args for now

parent daa86f8c
...@@ -112,12 +112,12 @@ rocm_enable_clang_tidy( ...@@ -112,12 +112,12 @@ rocm_enable_clang_tidy(
EXTRA_ARGS EXTRA_ARGS
-DMIGRAPHX_USE_CLANG_TIDY -DMIGRAPHX_USE_CLANG_TIDY
"-Dmain\\\\(...\\\\)=main\\\\(__VA_ARGS__\\\\) // NOLINT" "-Dmain\\\\(...\\\\)=main\\\\(__VA_ARGS__\\\\) // NOLINT"
CLANG_ARGS # CLANG_ARGS
-analyzer-config optin.cplusplus.UninitializedObject:Pedantic=true # -analyzer-config optin.cplusplus.UninitializedObject:Pedantic=true
-analyzer-config widen-loops=true # -analyzer-config widen-loops=true
-analyzer-config unroll-loops=true # -analyzer-config unroll-loops=true
-analyzer-config cfg-lifetime=true # -analyzer-config cfg-lifetime=true
-analyzer-config cfg-scopes=true # -analyzer-config cfg-scopes=true
) )
include(ROCMCppCheck) include(ROCMCppCheck)
rocm_enable_cppcheck( rocm_enable_cppcheck(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment