]> granicus.if.org Git - clang/commit
Permit the use of typedefs of class template specializations in
authorDouglas Gregor <dgregor@apple.com>
Sat, 13 Feb 2010 05:23:25 +0000 (05:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 13 Feb 2010 05:23:25 +0000 (05:23 +0000)
commitfe3310697028d8d3d35a11b0877bb2bc47e55b8d
treeed7a2e4b3a14e89c45b863933b4796a57ba91b85
parentb689afb75049012a431d483432114ad5e75d4a92
Permit the use of typedefs of class template specializations in
qualified declarator-ids. This patch is actually due to Cornelius;
fixes PR6179.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96082 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplate.cpp
test/CXX/temp/temp.spec/temp.expl.spec/p17.cpp