xazax.hun requested changes to this revision. xazax.hun added a comment. This revision now requires changes to proceed.
The checker documentation should be updated as well. ================ Comment at: include/clang/ASTMatchers/ASTMatchers.h:2251 +// will generate TypeTraitExpr <...> 'int' +const internal::VariadicDynCastAllOfMatcher<Stmt, TypeTraitExpr> typeTraitExpr; + ---------------- Note that the matchers are no longer defined in the header. They are just declared and the definition is moved to a cpp file. https://reviews.llvm.org/D39722 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits