[clang] [llvm] [analyzer][NFC] Reorganize Z3 report refutation (PR #95128)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 14 03:34:08 PDT 2024
================
@@ -50,16 +45,17 @@ void Z3ErrorHandler(Z3_context Context, Z3_error_code Error) {
/// Wrapper for Z3 context
class Z3Context {
----------------
NagyDonat wrote:
Another class that manages a resource in a destructor, but does not handle copy/move assignment/construction.
https://github.com/llvm/llvm-project/pull/95128
More information about the cfe-commits
mailing list