llvm-project/llvm/include
Michael Kruse 797fabaab2 [Analysis] Avoid virtual dtor. NFC.
Replace virtual destructor by a protected non-virtual one. Additionally also making derived structs as virtual avoids the warning from reappearing.

Also see the mailing list discussion: https://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20220516/1038290.html

Reviewed By: dblaikie, YangKeao

Differential Revision: https://reviews.llvm.org/D125830
2022-05-18 17:41:17 -05:00
..
llvm [Analysis] Avoid virtual dtor. NFC. 2022-05-18 17:41:17 -05:00
llvm-c [llvm-c] Add functions for enabling and creating opaque pointers 2022-05-16 10:53:46 +02:00