roll clang r161757:r163126
BUG=113085 TBR=hans Review URL: https://chromiumcodereview.appspot.com/10917180 git-svn-id: http://src.chromium.org/svn/trunk/src/build@155953 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
81c4ba7373
Коммит
038fef6d1b
|
@ -2367,6 +2367,9 @@
|
|||
# Warns on switches on enums that cover all enum values but
|
||||
# also contain a default: branch. Chrome is full of that.
|
||||
'-Wno-covered-switch-default',
|
||||
|
||||
# TODO(thakis): Remove this.
|
||||
'-Wno-implicit-conversion-floating-point-to-bool',
|
||||
],
|
||||
'cflags!': [
|
||||
# Clang doesn't seem to know know this flag.
|
||||
|
@ -2872,6 +2875,9 @@
|
|||
# Warns on switches on enums that cover all enum values but
|
||||
# also contain a default: branch. Chrome is full of that.
|
||||
'-Wno-covered-switch-default',
|
||||
|
||||
# TODO(thakis): Remove this.
|
||||
'-Wno-implicit-conversion-floating-point-to-bool',
|
||||
],
|
||||
}],
|
||||
['clang==1 and clang_use_chrome_plugins==1', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче