================
@@ -81,6 +81,8 @@ class Attr : public AttributeCommonInfo {
return ::operator delete(Ptr, C, Alignment);
}
+ virtual ~Attr() = default;
----------------
qiongsiwu wrote:Good point! I revised the fix to make it narrower. The virtual method `Profile` is removed. https://github.com/llvm/llvm-project/pull/200961 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
