[PATCH] D158540: Improve error message for constexpr constructors of virtual base classes

Shivam Gupta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 29 09:18:07 PDT 2023


xgupta added a comment.

In D158540#4620286 <https://reviews.llvm.org/D158540#4620286>, @NoumanAmir657 wrote:

> @xgupta  It passed the test cases now

Thanks, I think we also want a note similar to MSVC diagnostic:

<source>(6): note: see reference to function 'Derived::Derived(void)'


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

https://reviews.llvm.org/D158540



More information about the cfe-commits mailing list