diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-03-25 19:32:02 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-03-25 19:32:02 +0100 |
commit | 5606b4c399404c0b8f745c6702d70f26eff8b371 (patch) | |
tree | aeafe10a9697196b101a457654319b73fb1c89a0 /.clang-tidy | |
parent | 00c0d78199fcfbbb20828be5e06fd2d271fa4c1e (diff) |
Update to Clang 18, C++23, rework allocator
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index d1f2bf9..4322089 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -19,3 +19,4 @@ Checks: - "-*-owning-memory"
- "-*-no-malloc"
- "-*-avoid-c-arrays"
+ - "-*-use-anonymous-namespace"
|