Skip to content
Commit a25d65d1 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Implement C++ [basic.lookup.classref]p3, which states how the type

name 'T' is looked up in the expression

  t.~T()

Previously, we weren't looking into the type of "t", and therefore
would fail when T actually referred to an injected-class-name. Fixes
PR5530.

llvm-svn: 89493
parent 09177b2b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment