[cfe-dev] RFC: Extra source location information for dependent types

Eli Friedman eli.friedman at gmail.com
Wed Apr 1 22:10:41 PDT 2009


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



More information about the cfe-dev mailing list