This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3dd36031ad Update StmtProfile.cpp to handle zero template arguments. new 8254d4492e Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.Un [...]
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/AST/Expr.h | 4 ++++ lib/AST/Expr.cpp | 12 +++++++++++ lib/Analysis/CFG.cpp | 2 +- lib/Analysis/ReachableCode.cpp | 25 ++++++++++++++++++---- .../Checkers/UnreachableCodeChecker.cpp | 3 ++- test/Analysis/unreachable-code-path.c | 1 + test/Sema/return.c | 12 +++++++++++ test/Sema/warn-unreachable.c | 4 ++++ 8 files changed, 57 insertions(+), 6 deletions(-)