Some type traits in wtf/TypeTraits.h are defined as a class (and therefore are not skipped by the type-trait-detecting-code in GetNameForDecl(...VarDecl...).
Examples:
- WTF::IsGarbageCollectedType<T>
- WTF::IsPersistentReferenceType<T>
- WTF::IsTraceable<T>
Comment 1 by lukasza@chromium.org
, Aug 25 2016