We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b488a commit 5bb07d1Copy full SHA for 5bb07d1
llvm-spirv/.clang-tidy
@@ -9,6 +9,7 @@ Checks: |
9
-misc-no-recursion,
10
-misc-non-private-member-variables-in-classes,
11
-misc-unused-parameters,
12
+ -misc-use-anonymous-namespace,
13
readability-identifier-naming
14
WarningsAsErrors: |
15
llvm-*,
@@ -19,6 +20,7 @@ WarningsAsErrors: |
19
20
21
22
23
24
25
CheckOptions:
26
- key: readability-identifier-naming.ClassCase
0 commit comments