[PATCH] D55039: [sema] Warn of mangling change if function parameters are noexcept.

Nicolas Lesser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 28 22:32:39 PST 2018


Rakete1111 added a comment.

You're missing the case of the function return type of a parameter.

  void f(void (*g())() noexcept); // no warning with trunk nor with your patch


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

https://reviews.llvm.org/D55039





More information about the cfe-commits mailing list