================ Comment at: unittests/AST/ASTTypeTraitsTest.cpp:46 @@ +45,3 @@ + Distance = 0; + EXPECT_TRUE(DNT<VarDecl>().isBaseOf(DNT<ParmVarDecl>(), &Distance)); + EXPECT_EQ(1u, Distance); ---------------- Please add one where Distance > 1. http://llvm-reviews.chandlerc.com/D2209