>>> + bool hasSameType(QualType T1, QualType T2); >>> + bool hasSameUnqualifiedType(QualType T1, QualType T2); >> >> Would it make sense to make these predciates on qualType? >> T1.isSameAs(T2) > > This one is okay on QualType, but... > >> T1.isUnqualifiedTypeSameAs(T2) ? > > > ... this doesn't mean the same thing as hasSameUnqualifiedType.
isSameAsIgnoringQualifiers? -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
