From c4957160ca593467f9ec35001c3c35bb6bccca61 Mon Sep 17 00:00:00 2001 From: hans Date: Thu, 10 Dec 2015 06:59:34 -0800 Subject: Roll Clang 254793:255169 This is a small roll, picking up r255169 which fixes the CFI build. BUG=568248 Review URL: https://codereview.chromium.org/1516433003 Cr-Commit-Position: refs/heads/master@{#364360} --- build/common.gypi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/common.gypi') diff --git a/build/common.gypi b/build/common.gypi index e51b958..5d02b3c 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -2228,8 +2228,7 @@ 'clang_dynlib_flags%': '', }], ], - 'clang_plugin_args%': '-Xclang -plugin-arg-find-bad-constructs -Xclang check-templates ' - '-Xclang -plugin-arg-find-bad-constructs -Xclang enforce-overriding-blink ', + 'clang_plugin_args%': '-Xclang -plugin-arg-find-bad-constructs -Xclang check-templates', }, # If you change these, also change build/config/clang/BUILD.gn. 'clang_chrome_plugins_flags%': -- cgit v1.1