Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(871)

Unified Diff: build/common.gypi

Issue 1825273002: Add more out of line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 94b3b3a3cb366ea34e8bffffb1b77b442fed3dd3..9b72bd0ce8bd31926b529488d6e0debeb845cef1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2263,6 +2263,7 @@
],
'clang_plugin_args%': '-Xclang -plugin-arg-find-bad-constructs -Xclang check-templates '
'-Xclang -plugin-arg-find-bad-constructs -Xclang follow-macro-expansion ',
+ '-Xclang -plugin-arg-find-bad-constructs -Xclang check-implicit-copy-ctors ',
},
# If you change these, also change build/config/clang/BUILD.gn.
'clang_chrome_plugins_flags%':

Powered by Google App Engine
This is Rietveld 408576698