commit | 693c385c18ff13172f95b2676cae217d750c6390 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Nov 27 11:05:01 2018 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Nov 27 11:05:39 2018 -0800 |
tree | 10d6c8f721ff25b2427777f843993396130b8930 | |
parent | 82d6d0179dc9c96b2de8345262fa26d6797c71cf [diff] [blame] |
Update build-tools to ab/5149936 Test: treehugger Change-Id: I01ef136c306ba814c979ac93e654644112291613
diff --git a/common/bison/lalr1.cc b/common/bison/lalr1.cc index c6e1977..06f0ded 100644 --- a/common/bison/lalr1.cc +++ b/common/bison/lalr1.cc
@@ -376,9 +376,7 @@ if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ -#if defined(__has_cpp_attribute) && __has_cpp_attribute(clang::fallthrough) - [[clang::fallthrough]]; -#endif + [[fallthrough]]; default: yyr += *yyp; break;