This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository clang.
from a57d20da0a Generate docs/AttributeReference.rst new dc0d2a5d37 Merging r353495: ------------------------------------------- [...] new 06a6771524 Merging r353142: ------------------------------------------- [...] new bd267e5284 Merging r353411: ------------------------------------------- [...] new 5e3b6b8dce Merging r353431: ------------------------------------------- [...] new 40f41de21d Merging r353493: ------------------------------------------- [...] new 347328d504 Merging r353402: ------------------------------------------- [...] new 0781e7b214 Merging r353656: ------------------------------------------- [...] new 8ffe5246a3 [WebAssembly] Backport custom import name changes for clang to 8.0.
The 8 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/Attr.td | 17 +++ include/clang/Basic/AttrDocs.td | 35 ++++++- include/clang/Basic/BuiltinsAArch64.def | 4 +- include/clang/Basic/OpenCLOptions.h | 29 +++--- lib/Basic/Targets/PPC.h | 8 +- lib/CodeGen/CGBuiltin.cpp | 5 +- lib/CodeGen/CGDecl.cpp | 10 +- lib/CodeGen/CodeGenModule.cpp | 8 +- lib/CodeGen/TargetInfo.cpp | 16 +++ lib/Driver/ToolChains/MSVC.cpp | 8 +- lib/Frontend/InitPreprocessor.cpp | 7 +- lib/Headers/intrin.h | 4 +- lib/Parse/ParsePragma.cpp | 9 +- lib/Parse/ParseStmtAsm.cpp | 2 +- lib/Sema/Sema.cpp | 7 +- lib/Sema/SemaDeclAttr.cpp | 51 +++++++++ test/CodeGen/arm64-microsoft-status-reg.cpp | 108 +++++++++++-------- test/CodeGen/microsoft-no-common-align.c | 3 + test/CodeGen/powerpc_types.c | 2 + test/CodeGen/wasm-import-module.c | 11 ++ test/CodeGen/wasm-import-name.c | 11 ++ test/CodeGenCXX/trivial-auto-var-init.cpp | 26 +++++ test/Driver/cl-options.c | 4 + ...pragma-attribute-supported-attributes-list.test | 2 + test/SemaOpenCL/extension-version.cl | 114 ++++++++++----------- test/SemaOpenCL/extensions.cl | 9 +- 26 files changed, 364 insertions(+), 146 deletions(-) create mode 100644 test/CodeGen/wasm-import-module.c create mode 100644 test/CodeGen/wasm-import-name.c