diff options
author | David Robillard <d@drobilla.net> | 2021-09-10 20:11:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-09-10 20:11:34 -0400 |
commit | bb9d3ce25dd09b96cdf232477c90414270c503e8 (patch) | |
tree | 0bd894b808e93e01bde94112925230188cf77ff4 /include/.clang-tidy | |
parent | 129bcfb52322c2e27fc0e63605bc04c99ac40f8c (diff) | |
download | zix-bb9d3ce25dd09b96cdf232477c90414270c503e8.tar.gz zix-bb9d3ce25dd09b96cdf232477c90414270c503e8.tar.bz2 zix-bb9d3ce25dd09b96cdf232477c90414270c503e8.zip |
Allow ZixBTreeIter to be allocated on the stack
Diffstat (limited to 'include/.clang-tidy')
-rw-r--r-- | include/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy index 8399cae..fec15b8 100644 --- a/include/.clang-tidy +++ b/include/.clang-tidy @@ -1,5 +1,6 @@ Checks: > *, + -*-uppercase-literal-suffix, -altera-struct-pack-align, -clang-diagnostic-unused-function, -clang-diagnostic-unused-macros, |