diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-04 11:10:26 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-05-04 11:10:26 +0200 |
| commit | 436187efa55385c2bec80981d255566d5083c9e8 (patch) | |
| tree | d844402679c49910327f2cd6b358a239db68af2b /.clang-tidy | |
| parent | c24348eb207fdd124b61212c27ab6951279ce322 (diff) | |
| download | chattymalloc-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-tidy | 2 |
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-* |
