diff options
author | Rechi <Rechi@users.noreply.github.com> | 2023-11-20 20:22:37 -0500 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2023-11-20 20:22:37 -0500 |
commit | 787ee97e88fc5e8a6d5d2880ec77ce04ae1aef26 (patch) | |
tree | ab99bec9bde74d1c233e3627f0e183d78d33806a /.clang-tidy | |
parent | e51efc9e78a0bf44cf73b9b7381ee92ca29d46c3 (diff) |
[clang-tidy] modernize-use-emplace
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 e298de4565..38c1b93bb6 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -2,6 +2,7 @@ Checks: "\ modernize-make-shared,\ modernize-make-unique,\ modernize-use-default-member-init,\ + modernize-use-emplace,\ performance-faster-string-find,\ performance-for-range-copy,\ performance-implicit-conversion-in-loop,\ |