aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy4
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 71f1be9..8fa3943 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -67,4 +67,6 @@ CheckOptions:
FormatStyle: file
HeaderFilterRegex: '(.*/kstd/include/.*)|(arch|kernel|kapi)/.*\.hpp'
-SystemHeaders: true \ No newline at end of file
+SystemHeaders: true
+RemovedArgs:
+ - -fcondition-coverage \ No newline at end of file