]> granicus.if.org Git - clang/commit
Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Jan 2017 00:20:39 +0000 (00:20 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Jan 2017 00:20:39 +0000 (00:20 +0000)
commit8ae50eb5f49e12129ad4e935ae8985a7e5c1b4be
treefd54f8a76156f0f9d0d9a5ba9b4202b11630d7f8
parentd562f4cb87e789d165c70de9030c9dcd1187955d
Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).

Diagnose the case when a dependent template name instantiates to an
injected-class-name outside a nested-name-specifier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292545 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Parse/ParseExprCXX.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/TreeTransform.h
test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp
test/CXX/drs/dr10xx.cpp
test/CXX/drs/dr13xx.cpp
www/cxx_dr_status.html