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

Fix a fiendinshly fun little type-canonicalization bug, where we were

rebuilding a typename type terminating in a template-id (with
dependent template name, naturally) as a TypenameType when, because
its context could be fully resolved, we should have been building it
as a QualifiedNameType. Fixes PR6268.

llvm-svn: 96084
parent 42c66b72
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