This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d562f4c Don't inline dllimport functions referencing non-imported methods new 8ae50eb Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).
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/Sema/Sema.h | 11 ++-- lib/Parse/ParseExprCXX.cpp | 40 +++++++------- lib/Sema/SemaTemplate.cpp | 21 +++++++- lib/Sema/SemaTemplateInstantiate.cpp | 19 +++---- lib/Sema/TreeTransform.h | 53 +++++++++--------- .../basic.lookup.qual/class.qual/p2.cpp | 4 +- test/CXX/drs/dr10xx.cpp | 9 ++-- test/CXX/drs/dr13xx.cpp | 63 +++++++++++++++------- www/cxx_dr_status.html | 4 +- 9 files changed, 134 insertions(+), 90 deletions(-)