diff options
author | Rechi <Rechi@users.noreply.github.com> | 2023-10-13 14:52:11 +1000 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2023-10-13 14:52:11 +1000 |
commit | 4443998e27e78c7189af419272df47be6495bdae (patch) | |
tree | 65936c5bb6d8ca2c0a056958c8594229bfa599cb /.clang-tidy | |
parent | 6f2a853bcf292af8ad6411d420cc63c6b1cebd82 (diff) |
[clang-tidy] modernize-make-shared
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 b5865a5de9..2a0e381fa2 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,5 @@ Checks: "\ + modernize-make-shared,\ modernize-use-default-member-init,\ performance-faster-string-find,\ performance-for-range-copy,\ |