This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0d816739a8 Introduce the "retpoline" x86 mitigation technique for varia [...] new 96479389ab Reland "[CodeGen] Fix crash when a function taking transpare [...] new 36e16a4009 [ASTMatchers] [NFC] Fix code examples
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: docs/LibASTMatchersReference.html | 60 +++++++++++----------- include/clang/ASTMatchers/ASTMatchers.h | 50 +++++++++--------- lib/CodeGen/CGCall.cpp | 7 ++- test/CodeGen/kr-func-promote.c | 8 ++- test/CodeGen/transparent-union-redecl.c | 44 ++++++++++++++++ ...crosoft-abi-multiple-nonvirtual-inheritance.cpp | 10 +++- ...microsoft-abi-virtual-inheritance-vtordisps.cpp | 5 +- .../microsoft-abi-virtual-inheritance.cpp | 10 +++- test/Sema/transparent-union.c | 29 +++++++++++ 9 files changed, 163 insertions(+), 60 deletions(-) create mode 100644 test/CodeGen/transparent-union-redecl.c