summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-13 01:41:13 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-13 01:41:13 +0200
commit10ec28c5de9442fe93635ae76ca397d138f9e93c (patch)
tree7795ff5e2b15659f78328d14338a7c033f0ffe41 /.clang-tidy
parenta6abeaaf3a68e3b7072f75acae4cfdf720ad20f4 (diff)
Add atomics
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index bdee056..c8c8c55 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -23,3 +23,4 @@ Checks:
- "-*-reinterpret-cast"
- "-*-noexcept-move"
- "-*-noexcept-move-constructor"
+ - "-*-noexcept-move-operations"