Add a basic .clang-tidy file and fix typedef warnings
[lttng-tools.git] / .clang-tidy
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644 (file)
index 0000000..af914d2
--- /dev/null
@@ -0,0 +1,3 @@
+HeaderFilterRegex: '.*((include/.*-internal)|(src/common.*)|(src/bin.*)|(src/lib.*)|(tests.*))\.(h|hpp)$'
+Checks: '-*,modernize-use-using'
+FormatStyle: 'file'
This page took 0.034342 seconds and 4 git commands to generate.