[PATCH] D54404: Exclude matchers which can have multiple results

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 12 06:05:17 PST 2018


steveire added a comment.

I acknowledge and share the future-proofing concern.

We could possibly use something trait-based instead and put the trait beside the matcher definition in ASTMatchers.h, but that doesn't really solve the problem. It only moves the problem.


Repository:
  rC Clang

https://reviews.llvm.org/D54404





More information about the cfe-commits mailing list