Skip to content
Commit 7440dcb5 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix Type::getDesugaredType() to remove all direct sugar on

a type.  For example, if we have a typedef of a typeof of 
int, we strip all the say down to int.  This allows us to
simplify the getAs* methods, and is the first step towards
fixing PR3817

llvm-svn: 67126
parent b39cc52e
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