diff options
author | David Robillard <d@drobilla.net> | 2022-09-16 21:54:26 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-16 22:31:06 -0400 |
commit | a1572052fb6e04107f4beb07662aa20cacbc5533 (patch) | |
tree | 2f2f3def60fc249724680e7e5ee69062004e1d66 /.clang-tidy | |
parent | e2f9d0e2bcacdedc6669b4e5cbeaac7692910091 (diff) | |
download | chilbert-a1572052fb6e04107f4beb07662aa20cacbc5533.tar.gz chilbert-a1572052fb6e04107f4beb07662aa20cacbc5533.tar.bz2 chilbert-a1572052fb6e04107f4beb07662aa20cacbc5533.zip |
Make constant method static and constexpr
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 191e6cf..1164717 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -18,7 +18,6 @@ Checks: > -google-runtime-references, -llvmlibc-*, -modernize-use-trailing-return-type, - -readability-convert-member-functions-to-static, -readability-identifier-length, -readability-implicit-bool-conversion, WarningsAsErrors: '*' |