This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 880337da30 [clang-format] [PR27004] omits leading space for noexcept wh [...] new 73d27f6cca [libTooling][NFC] Fix build break in r373916. new 0e6f1764e3 Fix Calling Convention through aliases
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/CGDeclCXX.cpp | 4 ++-- test/CodeGenCXX/call-conv-thru-alias.cpp | 21 +++++++++++++++++++ unittests/Tooling/StencilTest.cpp | 36 +++++++++++++++++++------------- 3 files changed, 45 insertions(+), 16 deletions(-) create mode 100644 test/CodeGenCXX/call-conv-thru-alias.cpp