This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d2a520ee9e [clang-format] Emit absolute splits before lines for comments new 7ed95d9236 Implement CFG construction for __try / __except / __leave. new 72db063424 Headers: give _Unwind_Control_Block double-word alignment
The 2 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: lib/Analysis/CFG.cpp | 158 +++++++++++++++++++++++++++++++++++++--- lib/Headers/unwind.h | 2 +- test/Sema/warn-unreachable-ms.c | 55 ++++++++++++++ 3 files changed, 204 insertions(+), 11 deletions(-) create mode 100644 test/Sema/warn-unreachable-ms.c