What luck! Clang obtains support for refering to members of the
authorDouglas Gregor <dgregor@apple.com>
Thu, 30 Jul 2009 17:50:56 +0000 (17:50 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 30 Jul 2009 17:50:56 +0000 (17:50 +0000)
commit833834fcabddfbd04efca157de9360ace4e0e0fb
tree0133e07277e4a69333fea6314fe138ba916e1957
parentaa01d2a5323a3b0ccc50bc8e1bd3db9373d7ea5e
What luck! Clang obtains support for refering to members of the
current instantiation when that current instantiation is a class
template partial specialization.

llvm-svn: 77609
clang/lib/Sema/SemaCXXScopeSpec.cpp
clang/test/SemaTemplate/current-instantiation.cpp