[clang] [Clang][Interp] Fix the location of uninitialized base warning (PR #100761)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 27 08:58:04 PDT 2024


================
@@ -14,33 +14,29 @@ struct DelBase {
   constexpr DelBase() = delete; // expected-note {{'DelBase' has been explicitly marked deleted here}}
----------------
yronglin wrote:

Removed 2nd bullet.

https://github.com/llvm/llvm-project/pull/100761


More information about the cfe-commits mailing list