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

Fix the desugaring of dependent decltype and typeof(expr) nodes. The

isSugared() and desugar() routines previously provided were never
actually called, since the corresponding types
(DependentTypeOfExprType, DependentDecltypeType) don't have
corresponding type classes. Outside of the current (incomplete) patch
I'm working on, I haven't found a way to trigger this problem.

llvm-svn: 134973
parent 3f32d696
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