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
Loading
Please register or sign in to comment