On Wed, Apr 1, 2009 at 9:26 PM, Chris Lattner <clattner at apple.com> wrote: > Is there a > constant time operation to tell if a random type is dependent? Whether a type is dependent is cached in the field clang::Type::Dependent, so it's very fast to check. -Eli