[clang] [StaticAnalyzer] Handle `__builtin_bit_cast` (PR #139188)
Ziqing Luo via cfe-commits
cfe-commits at lists.llvm.org
Sat May 10 10:53:25 PDT 2025
================
@@ -1,5 +1,5 @@
// RUN: %clang_analyze_cc1 -triple x86_64-unknown-unknown -verify %s \
-// RUN: -analyzer-checker=core,debug.ExprInspection
+// RUN: -analyzer-checker=debug.ExprInspection -analyzer-disable-checker=core
----------------
ziqingluo-90 wrote:
Oh, I was going to just disable `core.FixedAddressDereference`
https://github.com/llvm/llvm-project/pull/139188
More information about the cfe-commits
mailing list