This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6d7e8b2 [OpenMP] Codegen for target update directive. new 687d95f [AMDGPU] Remove individual debugger options + update features new 0cbd9c0 Re-commit r270748 "clang-cl: Treat dllimport explicit templat [...]
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/Driver/Options.td | 4 --- lib/Driver/Tools.cpp | 3 +- lib/Sema/SemaTemplate.cpp | 33 ++++++++++++++++++-- lib/Sema/SemaTemplateInstantiate.cpp | 7 +++++ test/CodeGenCXX/dllexport.cpp | 13 +++----- test/CodeGenCXX/dllimport.cpp | 49 +++++++++++++++++++++++++----- test/CodeGenCXX/explicit-instantiation.cpp | 23 ++++++++++++++ test/Driver/amdgpu-features.c | 18 ++--------- test/SemaTemplate/extern-templates.cpp | 13 ++++++-- 9 files changed, 123 insertions(+), 40 deletions(-)