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

When instantiating a reference to a non-type template parameter of pointer to

member type (e.g., T Class::*Member), build a pointer-to-member
constant expression. Previously, we we just building a simple
declaration reference expression, which meant that the expression was
not treated as a pointer to member.

llvm-svn: 87000
parent 5d57714e
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