Enable modernize-make-unique clang tidy rule

Summary:
changelog: [internal]

You can read more about this rule on https://clang.llvm.org/extra/clang-tidy/checks/modernize-make-unique.html

Reviewed By: feedthejim

Differential Revision: D33255905

fbshipit-source-id: a0c354dec37515db11633fb039de09bc97d6c228
This commit is contained in:
Samuel Susla
2021-12-23 05:53:31 -08:00
committed by Facebook GitHub Bot
parent 6d1d2fe2b8
commit 70b346fb9c
+1
View File
@@ -11,5 +11,6 @@ modernize-make-shared,
modernize-redundant-void-arg,
modernize-return-braced-init-list,
modernize-use-auto,
modernize-make-unique,
'
...