[compiler-rt] [rtsan][NFC] Refactor to scoped bypasser for __rtsan::Context (PR #111438)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 14:07:55 PDT 2024
================
@@ -35,5 +35,17 @@ class Context {
int bypass_depth_{0};
};
+class ScopedBypass {
----------------
fmayer wrote:
delete the copy ctor?
https://github.com/llvm/llvm-project/pull/111438
More information about the llvm-commits
mailing list