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

Unified Diff: build_gyp/standalone.gypi

Issue 2283923002: build_gyp: Remove deprecated flag, which is enabled by default. (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_gyp/standalone.gypi
diff --git a/build_gyp/standalone.gypi b/build_gyp/standalone.gypi
index cab5b1ae73756fea0ef9c0b23ff557883956fd26..4df8649c461758076fd2a25e2c2d70eccd439685 100644
--- a/build_gyp/standalone.gypi
+++ b/build_gyp/standalone.gypi
@@ -101,8 +101,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 ',
+ '-Xclang -plugin-arg-find-bad-constructs -Xclang follow-macro-expansion ',
},
'clang_chrome_plugins_flags%':
'<(clang_dynlib_flags)'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698