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
2672f03f
Commit
2672f03f
authored
Nov 27, 2018
by
Paul
Browse files
Fix tidy define
parent
845bd22d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.clang-tidy
.clang-tidy
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
.clang-tidy
View file @
2672f03f
...
@@ -104,4 +104,4 @@ CheckOptions:
...
@@ -104,4 +104,4 @@ CheckOptions:
# - key: readability-identifier-naming.MacroDefinitionCase
# - key: readability-identifier-naming.MacroDefinitionCase
# value: UPPER_CASE
# value: UPPER_CASE
# - key: readability-identifier-naming.MacroDefinitionPrefix
# - key: readability-identifier-naming.MacroDefinitionPrefix
# value: MIGRAPH_
# value: MIGRAPH
X
_
CMakeLists.txt
View file @
2672f03f
...
@@ -93,7 +93,7 @@ rocm_enable_clang_tidy(
...
@@ -93,7 +93,7 @@ rocm_enable_clang_tidy(
HEADER_FILTER
HEADER_FILTER
".*hpp"
".*hpp"
EXTRA_ARGS
EXTRA_ARGS
-DMIGRAPH_USE_CLANG_TIDY
-DMIGRAPH
X
_USE_CLANG_TIDY
)
)
include
(
ROCMCppCheck
)
include
(
ROCMCppCheck
)
...
...
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