Skip to content

Commit ba90882

Browse files
[SYCL][NFC] Format .clang-tidy (#17956)
1 parent ec30318 commit ba90882

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

sycl/.clang-tidy

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
Checks: '-*,clang-analyzer-*,clang-diagnostic-*,cppcoreguidelines-*,-cppcoreguidelines-pro-bounds-array-to-pointer-decay,-cppcoreguidelines-pro-bounds-constant-array-index,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cppcoreguidelines-pro-type-member-init,google-*,-cppcoreguidelines-pro-type-union-access,-google-build-using-namespace,-google-explicit-constructor,-google-runtime-references,misc-*,-misc-macro-parentheses,-misc-unused-parameters'
1+
Checks: >
2+
-*,
3+
clang-analyzer-*,
4+
clang-diagnostic-*,
5+
cppcoreguidelines-*,
6+
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
7+
-cppcoreguidelines-pro-bounds-constant-array-index,
8+
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
9+
-cppcoreguidelines-pro-type-member-init,
10+
-cppcoreguidelines-pro-type-union-access,
11+
google-*,
12+
-google-build-using-namespace,
13+
-google-explicit-constructor,
14+
-google-runtime-references,
15+
misc-*,
16+
-misc-macro-parentheses,
17+
-misc-unused-parameters
18+

0 commit comments

Comments
 (0)