This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bbd15f7e03 [LifetimeAnalysis] Add support for free functions new 30eb43757f [Attr] Support _attribute__ ((fallthrough))
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/Attr.td | 2 +- include/clang/Parse/Parser.h | 13 ++++--- lib/Parse/ParseDecl.cpp | 30 ++++++++------ lib/Parse/ParseStmt.cpp | 20 ++++++++-- lib/Sema/AnalysisBasedWarnings.cpp | 58 +++++++++++++--------------- test/Sema/fallthrough-attr.c | 24 ++++++++++++ test/SemaCXX/switch-implicit-fallthrough.cpp | 12 ++++++ test/SemaCXX/warn-unused-label-error.cpp | 8 ++-- 8 files changed, 110 insertions(+), 57 deletions(-) create mode 100644 test/Sema/fallthrough-attr.c