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

When performing a static downcast as part of a static_cast, make sure

that we're dealing with canonical types like the documentation say
(yay, CanQualType). Alas, this is another instance where using
getQualifiers() on a non-canonical QualType got us in trouble.

Good news: with this fix, Clang can now parse all of its own headers!

llvm-svn: 88848
parent 598caeee
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