Complain if we're entering the context of a dependent nested-name-specifier but
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Jul 2009 00:28:09 +0000 (00:28 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Jul 2009 00:28:09 +0000 (00:28 +0000)
commit168190d8225418b755a81daa6ba8082672a3b335
treee73ec7969b0d253bf67419c46a3f348616fb46e5
parent4dc848f3e81d369352e675f9195b3819e3b49cda
Complain if we're entering the context of a dependent nested-name-specifier but
cannot match that nested-name-specifier to a class template or class template
partial specialization.

llvm-svn: 76704
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/Sema/SemaCXXScopeSpec.cpp
clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/p1.cpp