[PATCH] D66706: [Wdocumentation] fixes an assertion failure with typedefed function and block pointer
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 2 01:33:04 PDT 2019
gribozavr accepted this revision.
gribozavr added a comment.
This revision is now accepted and ready to land.
LGTM, but could you also verify that references are not an issue?
using D = void();
D &d = ...; ///< \return none
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66706/new/
https://reviews.llvm.org/D66706
More information about the cfe-commits
mailing list