aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Aside from a minor formatting nit, LGTM.
================
Comment at: include/clang/ASTMatchers/ASTMatchersInternal.h:154
+ bool operator<(const NodeEntry &Other) const {
+ return std::tie(DynNode, NodeKind) < std::tie(Other.DynNode,
Other.NodeKind);
+ }
----------------
80 col.
Repository:
rC Clang
https://reviews.llvm.org/D54407
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits