Skip to content
Snippets Groups Projects
Commit a602a8b1 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Allow modernize-use-emplace warnings

Bug: 247585041
Test: presubmit
Test: lunch aosp_cf_arm64_only_phone_hwasan-userdebug;
Test: make tidy-frameworks-base-cmds-idmap2_subset
Change-Id: I2cd78fddb330c3fda3bbb88c2470dfb8b51ea4cf
parent 7aab6bbe
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ cc_defaults {
"-modernize-return-braced-init-list",
"-modernize-use-default-member-init",
"-modernize-use-equals-default",
"-modernize-use-emplace",
"-modernize-use-nodiscard",
"-modernize-use-override",
"-modernize-use-trailing-return-type",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment