This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from caeec12 Sema: honour dllexport in itanium more faithfully new 21c6293 [Coverage] Support for C++17 switch initializers new f34d92b [Coverage] Support for C++17 if initializers
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/CodeGen/CodeGenPGO.cpp | 4 ++++ lib/CodeGen/CoverageMappingGen.cpp | 5 +++++ test/CoverageMapping/{if.c => if.cpp} | 13 +++++++++++- test/CoverageMapping/{switch.c => switch.cpp} | 22 ++++++++++++++------ test/Profile/cxx-stmt-initializers.cpp | 29 +++++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 7 deletions(-) rename test/CoverageMapping/{if.c => if.cpp} (70%) rename test/CoverageMapping/{switch.c => switch.cpp} (82%) create mode 100644 test/Profile/cxx-stmt-initializers.cpp