]> granicus.if.org Git - clang/commit
[c++1z] Diagnose attempts to use variables with deduced class template
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 10 Feb 2017 22:35:37 +0000 (22:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 10 Feb 2017 22:35:37 +0000 (22:35 +0000)
commit8fc981f3af745890158e2b6009eede292605b098
tree7f274a72080f1dd7475cd711adc1b8381f75afd9
parent8a48c1dce92f03ed6cb184ff9644376e22714172
[c++1z] Diagnose attempts to use variables with deduced class template
specialization types from within their own initializers.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294796 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Sema/DeclSpec.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaType.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-1y.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-1z.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3.cpp
test/Sema/auto-type.c
test/SemaCXX/cxx1y-deduced-return-type.cpp