[clang] [Clang][Interp] Fix the location of uninitialized base warning (PR #100761)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 26 22:09:19 PDT 2024
================
@@ -14,33 +14,29 @@ struct DelBase {
constexpr DelBase() = delete; // expected-note {{'DelBase' has been explicitly marked deleted here}}
----------------
tbaederr wrote:
The second bullet point of the comment at the top of the file is obsolete now.
https://github.com/llvm/llvm-project/pull/100761
More information about the cfe-commits
mailing list