This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4acf6c3 [docs] Coverage: Explain how to avoid static initializers new 4ecfbf3 [ItaniumMangle] Mangle dependent __underlying_type correctly new 3547063 [Sema] Teach CheckPlaceholderExpr about unaddressable functions.
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/Sema/Sema.h | 2 ++ lib/AST/ItaniumMangle.cpp | 2 +- lib/Sema/SemaCast.cpp | 22 ++++------------ lib/Sema/SemaExpr.cpp | 20 ++++++++------ lib/Sema/SemaOverload.cpp | 30 +++++++++++++++++++++ test/CodeGenCXX/mangle.cpp | 10 +++++++ test/SemaCXX/unaddressable-functions.cpp | 45 ++++++++++++++++++++++++++++++++ 7 files changed, 105 insertions(+), 26 deletions(-)