[PATCH] D55534: [AST] Store "UsesADL" information in CallExpr.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 11 09:13:27 PST 2018
aaron.ballman added inline comments.
================
Comment at: docs/LibASTMatchersReference.html:2579-2581
+ y(x); Matches
+ NS::y(x); Doesn't match
+ y(42); Doesn't match.
----------------
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55534/new/
https://reviews.llvm.org/D55534
More information about the cfe-commits
mailing list