diff options
author | David Robillard <d@drobilla.net> | 2022-09-16 21:12:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-16 22:31:06 -0400 |
commit | bf05ef949750cfca6e001b0f767cd2173441fc8c (patch) | |
tree | 3eee7c9f1b2172e075546e773510ebadde0516d4 /.clang-tidy | |
parent | cad9fff2ac4c18051a7013c8854598112853c0b4 (diff) | |
download | chilbert-bf05ef949750cfca6e001b0f767cd2173441fc8c.tar.gz chilbert-bf05ef949750cfca6e001b0f767cd2173441fc8c.tar.bz2 chilbert-bf05ef949750cfca6e001b0f767cd2173441fc8c.zip |
Make single-argument constructors explicit
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy index a6f9e1a..fd24a1a 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -15,11 +15,9 @@ Checks: > -fuchsia-default-arguments-calls, -fuchsia-default-arguments-declarations, -fuchsia-overloaded-operator, - -google-explicit-constructor, -google-readability-casting, -google-runtime-int, -google-runtime-references, - -hicpp-explicit-conversions, -llvmlibc-*, -modernize-use-trailing-return-type, -readability-avoid-const-params-in-decls, |