[PATCH] D66706: [Wdocumentation] fixes an assertion failure with typedefed function and block pointer

Mark de Wever via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 2 09:26:32 PDT 2019


Mordante added a comment.

Thanks for the review.

  using D = void();
  D &d = ...; ///< \return none

Is no issue, I added tests for it.

Can you commit the code for me?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66706/new/

https://reviews.llvm.org/D66706





More information about the cfe-commits mailing list