This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8f71467d16 Delete empty file test/CodeGenCXX/atomic-align.cpp after the [...] new 893b1d985f Add some documentation on how to generate the documentation. new 51a7f4d7ba [Coverage] Precise region termination with deferred regions [...]
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: include/clang/Basic/AttrDocs.td | 18 ++++ lib/CodeGen/CoverageMappingGen.cpp | 91 ++++++++++++++++- test/CoverageMapping/deferred-region.cpp | 165 +++++++++++++++++++++++++++++++ test/CoverageMapping/label.cpp | 25 +++-- test/CoverageMapping/moremacros.c | 6 +- test/CoverageMapping/return.c | 2 +- test/CoverageMapping/switch.cpp | 6 +- test/CoverageMapping/switchmacro.c | 1 + test/CoverageMapping/trycatch.cpp | 2 +- 9 files changed, 294 insertions(+), 22 deletions(-) create mode 100644 test/CoverageMapping/deferred-region.cpp