aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-07-14 19:30:03 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-07-14 19:30:03 +0200
commitd6735726d9cc6e98142e94001250076592279d36 (patch)
tree95d308a027495790af57479cacb064badea334d0 /.clang-tidy
parentcdb8a0928ddfe626a1ac0acd1ae63bc8e5b77355 (diff)
parent9558074af8ceef4dc2c3b168a0263775f8a377e0 (diff)
downloadkernel-d6735726d9cc6e98142e94001250076592279d36.tar.xz
kernel-d6735726d9cc6e98142e94001250076592279d36.zip
Merge branch 'fmorgner/develop/kstd-system-error' into 'develop'
kstd: implement system_error infrastructure See merge request teachos/kernel!54
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 0be16fbd..e110ab1f 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -64,7 +64,7 @@ CheckOptions:
modernize-use-std-print.ReplacementPrintFunction: "kstd::print"
modernize-use-std-print.ReplacementPrintlnFunction: "kstd::println"
- modernize-use-std-print.PrintHeader: "kstd/print"
+ modernize-use-std-print.PrintHeader: "kstd/print.hpp"
modernize-use-std-ranges.UseReversePipe: true
@@ -87,7 +87,7 @@ CheckOptions:
readability-magic-numbers.IgnoreTypeAliases: true
FormatStyle: file
-HeaderFilterRegex: "(.*/kstd/kstd/.*)|(arch|kernel|kapi)/.*\\.hpp"
+HeaderFilterRegex: "(arch|kernel|kapi|kstd)/.*\\.hpp"
SystemHeaders: true
RemovedArgs:
- -fcondition-coverage