This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ab693fe Push alias-declarations and alias-template declarations into [...] new 34f54fa AMDGPU: Update for rsq intrinsic changes new 571b15e AMDGPU: Remove legacy ldexp builtin new 97fe2e8 Revert r275481, r275490. This broke modules bootstrap.
The 3 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/BuiltinsAMDGPU.def | 10 +-- include/clang/Serialization/ASTReader.h | 28 +------ lib/CodeGen/CGBuiltin.cpp | 18 +---- lib/Serialization/ASTReader.cpp | 90 ---------------------- lib/Serialization/ASTReaderDecl.cpp | 17 ++-- lib/Serialization/ASTWriterDecl.cpp | 2 +- test/CodeGenOpenCL/builtins-amdgcn.cl | 30 -------- test/CodeGenOpenCL/builtins-r600.cl | 32 ++------ test/Modules/Inputs/unused-global-init/init.h | 1 - .../Inputs/unused-global-init/module.modulemap | 3 - test/Modules/Inputs/unused-global-init/other.h | 1 - test/Modules/Inputs/unused-global-init/unused.h | 1 - test/Modules/Inputs/unused-global-init/used.h | 2 - test/Modules/unused-global-init.cpp | 36 --------- 14 files changed, 24 insertions(+), 247 deletions(-) delete mode 100644 test/Modules/Inputs/unused-global-init/init.h delete mode 100644 test/Modules/Inputs/unused-global-init/module.modulemap delete mode 100644 test/Modules/Inputs/unused-global-init/other.h delete mode 100644 test/Modules/Inputs/unused-global-init/unused.h delete mode 100644 test/Modules/Inputs/unused-global-init/used.h delete mode 100644 test/Modules/unused-global-init.cpp