Enable modernize-return-braced-init-list clang tidy rule

Summary:
changelog: [internal]

You can read more about this rule on https://clang.llvm.org/extra/clang-tidy/checks/modernize-return-braced-init-list.html

Reviewed By: mdvacca

Differential Revision: D33279829

fbshipit-source-id: 3969eda9f0f3ed37c262d495c8e31bb4f5326eab
This commit is contained in:
Samuel Susla
2021-12-23 03:55:16 -08:00
committed by Facebook GitHub Bot
parent c270b48f68
commit 4febfd9491
+1
View File
@@ -9,5 +9,6 @@ modernize-deprecated-ios-base-aliases,
modernize-loop-convert,
modernize-make-shared,
modernize-redundant-void-arg,
modernize-return-braced-init-list,
'
...