[PATCH] D18275: [ASTMatchers] Add own version of VariadicFunction.

Samuel Benzaquen via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 25 11:01:54 PDT 2016


On Fri, Mar 25, 2016 at 1:55 PM, Etienne Bergeron <etienneb at google.com>
wrote:

> etienneb added a subscriber: etienneb.
> etienneb added a comment.
>
> Any plan for doing the same for : hasOverloadedOperatorName ?
>

hasAnyName() was added mostly for performance reasons.
We could add the 'Any' version of hasOverloadedOperatorName, but there
doesn't seem to be that much need for it right now.


>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D18275
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160325/e979c001/attachment.html>


More information about the cfe-commits mailing list