================
@@ -6429,6 +6429,12 @@ def note_enforce_read_only_placement : Note<"type was 
declared read-only here">;
 
 def note_deleted_dtor_no_operator_delete : Note<
   "virtual destructor requires an unambiguous, accessible 'operator delete'">;
+def note_deleted_dtor_default_ctor : Note<
+  "destructor of union %0 is implicitly deleted because "
+  "%select{"
+  "%select{it has no default constructor|its default constructor is a deleted 
function}2|"
----------------
cor3ntin wrote:

Please delete it

https://github.com/llvm/llvm-project/pull/185886
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to