aboutsummaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-04 11:10:26 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-05-04 11:10:26 +0200
commit436187efa55385c2bec80981d255566d5083c9e8 (patch)
treed844402679c49910327f2cd6b358a239db68af2b /.clang-tidy
parentc24348eb207fdd124b61212c27ab6951279ce322 (diff)
downloadchattymalloc-436187efa55385c2bec80981d255566d5083c9e8.tar.gz
chattymalloc-436187efa55385c2bec80981d255566d5083c9e8.zip
copy speedymalloc's build system
Thanks to Florian Schmaus for most of the work.
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
new file mode 100644
index 0000000..36ac2ed
--- /dev/null
+++ b/.clang-tidy
@@ -0,0 +1,2 @@
+Checks: bugprone-*, cert-*, linuxkernel-*, modernize-*, performance-*, portability-*, readability-*,-readability-isolate-declaration
+WarningsAsErrors: clang-*, readability-*, performance-*