[PATCH] D114809: Fix documentation for `forEachLambdaCapture` and `hasAnyCapture`
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 1 12:38:19 PST 2021
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM! I had no idea...
(As a follow-up question, should we be removing the `using` declarations starting around line 141 or so? Many of them are not used, and if the documentation dumper can't look through typedefs and gets the documentation wrong, perhaps we want to discourage using them entirely?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114809/new/
https://reviews.llvm.org/D114809
More information about the cfe-commits
mailing list