Merge pull request #35868 from rschu1ze/remove-auto-ptr-from-clang-tidy

Drop modernize-replace-auto-ptr from .clang-tidy
This commit is contained in:
Alexey Milovidov 2022-04-03 01:05:07 +03:00 committed by GitHub
commit c9c747f615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ Checks: '-*,
modernize-make-unique,
modernize-raw-string-literal,
modernize-redundant-void-arg,
modernize-replace-auto-ptr,
modernize-replace-random-shuffle,
modernize-use-bool-literals,
modernize-use-nullptr,