This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1582eb8 [OpenMP] Codegen support for 'target parallel' on the host. new 2e52b0f PR9551: Implement DR1004 (http://wg21.link/cwg1004).
The 1 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/AST/Type.h | 3 ++ include/clang/Sema/Sema.h | 7 +++- lib/Sema/SemaTemplate.cpp | 57 ++++++++++++++++++++++++++++---- lib/Sema/SemaTemplateDeduction.cpp | 8 ++--- test/CXX/drs/dr10xx.cpp | 23 +++++++++++++ test/CXX/temp/temp.res/temp.local/p1.cpp | 57 ++++++++++++++++++++++++++++---- www/cxx_dr_status.html | 4 +-- 7 files changed, 138 insertions(+), 21 deletions(-)