]> granicus.if.org Git - clang/commit
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)
commitc5b8c9b6607de7ce25a28f26a34f43efa5728cb7
tree0722fdea4616cac8f0d50fc41c69ff26e6660809
parent426cc3828ce07a2cff15c9837f5958e6fc4b7739
What luck! Clang obtains support for refering to members of the
current instantiation when that current instantiation is a class
template partial specialization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77609 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCXXScopeSpec.cpp
test/SemaTemplate/current-instantiation.cpp