This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a866519 Take into account C++17's noexcept function types during merg [...] new ade7b0f [DebugInfo] Add address space when creating DIDerivedTypes new 2aad00a Defensively ensure that GetExternalDeclStmt protects itself f [...]
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/Basic/TargetInfo.h | 15 +++ lib/Basic/Targets.cpp | 26 +++++ lib/CodeGen/CGDebugInfo.cpp | 23 +++- lib/Serialization/ASTReader.cpp | 3 + .../amdgpu-debug-info-pointer-address-space.cl | 125 +++++++++++++++++++++ 5 files changed, 186 insertions(+), 6 deletions(-) create mode 100644 test/CodeGenOpenCL/amdgpu-debug-info-pointer-address-space.cl