================ Comment at: include/clang/ASTMatchers/ASTMatchers.h:1700-1702 @@ +1699,5 @@ + internal::HasDeclarationMatcher, internal::Matcher<Decl>, + AST_POLYMORPHIC_SUPPORTED_TYPES_6(QualType, CallExpr, CXXConstructExpr, + MemberExpr, TypedefType, + TemplateSpecializationType), + internal::CTC_Disabled> ---------------- So why do we specify supported types at all, if they're not checked?
http://llvm-reviews.chandlerc.com/D1889 BRANCH has_decl ARCANIST PROJECT clang _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
