aaron.ballman added inline comments.
================
Comment at: include/clang/ASTMatchers/ASTMatchFinder.h:314
+inline SmallVector<BoundNodes, 1>
+matchDynamic(internal::DynTypedMatcher Matcher, const
ast_type_traits::DynTypedNode &Node,
+ ASTContext &Context) {
----------------
80-col issue.
================
Comment at: include/clang/ASTMatchers/ASTMatchFinder.h:325-326
+SmallVector<BoundNodes, 1>
+matchDynamic(internal::DynTypedMatcher Matcher, const NodeT &Node, ASTContext
&Context) {
+ return matchDynamic(Matcher, ast_type_traits::DynTypedNode::create(Node),
Context);
+}
----------------
Same here; run the patch through clang-format?
Repository:
rC Clang
https://reviews.llvm.org/D54406
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits