aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-02-20 16:26:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-02-20 16:26:00 +0000
commitb81f48ee029eb0e5c2f1fb74d1315ea22b6b9e1c (patch)
treef76b7cc33539ba361af5caa2283f1de9ed8aa710 /cc
parent48db2b15fbb301f988f75a96448a655fcc5d4470 (diff)
parent4e38954d3ab8dfd3edae2c34c794d49ffb722d41 (diff)
downloadbuild_soong-b81f48ee029eb0e5c2f1fb74d1315ea22b6b9e1c.tar.gz
build_soong-b81f48ee029eb0e5c2f1fb74d1315ea22b6b9e1c.tar.bz2
build_soong-b81f48ee029eb0e5c2f1fb74d1315ea22b6b9e1c.zip
Merge "DO NOT MERGE - Merge PPRL.190205.001 into master"
Diffstat (limited to 'cc')
-rw-r--r--cc/config/clang.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/config/clang.go b/cc/config/clang.go
index 832689b5..6a1c7363 100644
--- a/cc/config/clang.go
+++ b/cc/config/clang.go
@@ -97,7 +97,7 @@ func init() {
pctx.StaticVariable("ClangExtraCflags", strings.Join([]string{
"-D__compiler_offsetof=__builtin_offsetof",
- // -Wimplicit fallthrough is not enabled by -Wall.
+ // -Wimplicit-fallthrough is not enabled by -Wall.
"-Wimplicit-fallthrough",
// Help catch common 32/64-bit errors.