Aside from the one missing type -> kind rename, LGTM.
================ Comment at: include/clang/AST/ASTTypeTraits.h:106 @@ +105,3 @@ + }; +TYPE_TO_TYPE_ID(NestedNameSpecifier) +TYPE_TO_TYPE_ID(NestedNameSpecifierLoc) ---------------- Missed a type->kind rename here. http://llvm-reviews.chandlerc.com/D829 BRANCH ast_type_check ARCANIST PROJECT clang _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
