diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-03-08 21:25:01 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-03-08 21:25:01 +0000 |
commit | 303b96f255d61ae3dff913d777d3f40332786257 (patch) | |
tree | 7cb320d419682adc77feb7d9789c1fe80f05a5ef /lib/Sema/SemaType.cpp | |
parent | f8f373f47210b88bdf71acb5579b129b665235ab (diff) |
<rdar://problem/13140795> Transform the scope type of a pseudo-destructor expression within the object scope.
We were transforming the scope type of a pseudo-destructor expression
(e.g., the first T in x->T::~T()) as a freestanding type, which meant
that dependent template specialization types here would stay dependent
even when no template parameters were named. This would eventually
mean that a dependent expression would end up in what should be
fully-instantiated ASTs, causing IRgen to assert.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaType.cpp')
0 files changed, 0 insertions, 0 deletions