[PATCH] D55534: [AST] Store "UsesADL" information in CallExpr.
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 11 20:11:57 PST 2018
EricWF marked an inline comment as done.
EricWF added inline comments.
================
Comment at: docs/LibASTMatchersReference.html:2579-2581
+ y(x); Matches
+ NS::y(x); Doesn't match
+ y(42); Doesn't match.
----------------
aaron.ballman wrote:
> EricWF wrote:
> > aaron.ballman wrote:
> > > This is not your bug to fix, but it seems the documentation generator is stripping the comment markers. This impacts other matchers as well, such as `throughUsingDecl()`.
> > I wonder if it strips `/**/` comments. I don't want to get blocked on this.
> >
> Don't let it block you -- I'm poking at a fix currently, but this is not your bug.
Thanks for the fix!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55534/new/
https://reviews.llvm.org/D55534
More information about the cfe-commits
mailing list