Roll Clang r170392:r174491.
BUG=174873, 170629 Review URL: https://chromiumcodereview.appspot.com/12220089 git-svn-id: http://src.chromium.org/svn/trunk/src/build@182023 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
0e879384e0
Коммит
3874b4bdfc
|
@ -2790,6 +2790,10 @@
|
|||
# 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,hans): Remove once Clang doesn't warn about false
|
||||
# positives in our code.
|
||||
'-Wno-undefined-internal',
|
||||
],
|
||||
'cflags!': [
|
||||
# Clang doesn't seem to know know this flag.
|
||||
|
@ -3374,6 +3378,10 @@
|
|||
# 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,hans): Remove once Clang doesn't warn about false
|
||||
# positives in our code.
|
||||
'-Wno-undefined-internal',
|
||||
],
|
||||
'OTHER_CPLUSPLUSFLAGS': [
|
||||
# gnu++11 instead of c++11 so that __ANSI_C__ doesn't get
|
||||
|
|
Загрузка…
Ссылка в новой задаче