Skip to content

Commit c0da050

Browse files
authored
Apply changes to clang-tidy (#662)
This allows some cpp features and disables llvmlibc specific rules
1 parent 337c22a commit c0da050

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Checks: '*,
1010
-cppcoreguidelines-pro-type-vararg,
1111
-cppcoreguidelines-special-member-functions,
1212
-fuchsia-default-arguments,
13+
-fuchsia-default-arguments-calls,
1314
-fuchsia-statically-constructed-objects,
1415
-google-default-arguments,
1516
-google-explicit-constructor,
@@ -29,6 +30,7 @@ Checks: '*,
2930
-hicpp-vararg,
3031
-llvm-header-guard,
3132
-llvm-include-order,
33+
-llvmlibc-*,
3234
-misc-string-compare,
3335
-misc-unused-using-decls,
3436
-modernize-loop-convert,

0 commit comments

Comments
 (0)