summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:57:48 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:51 +0100
commit5a07dbc89f1459c57b44e10248669a94e7881525 (patch)
treeabca3c385126a2d18974599459ee5f78426b82c7 /.clang-tidy
parent42d2c149d6fff2521e31cd580acf8114aaabce68 (diff)
downloadpatchage-5a07dbc89f1459c57b44e10248669a94e7881525.tar.gz
patchage-5a07dbc89f1459c57b44e10248669a94e7881525.tar.bz2
patchage-5a07dbc89f1459c57b44e10248669a94e7881525.zip
Use std::vector::emplace_back()
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 66585b8..03effaf 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -9,10 +9,8 @@ Checks: >
-*-special-member-functions,
-*-unused-macros,
-*-uppercase-literal-suffix,
- -*-use-emplace,
-*-use-equals-default,
-*-use-override,
- -*-use-override,
-*-vararg,
-bugprone-branch-clone,
-bugprone-forward-declaration-namespace,