Improve error message for constexpr constructors of virtual base classes
The changes are for better diagnostic/error-messages. The error message of Clang, MSVC, and GCC were compared and MSVC gives more detailed error message so that is used now. Fixes https://github.com/llvm/llvm-project/issues/64843 Differential Revision: https://reviews.llvm.org/D158540
Loading
Please sign in to comment