[clang] [StaticAnalyzer] Handle `__builtin_bit_cast` (PR #139188)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Sat May 10 06:16:16 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
----------------
steakhal wrote:

Why do you disable core?
That is not supposed to be disabled. Checkers or the engine may crash if core is disabled.

https://github.com/llvm/llvm-project/pull/139188


More information about the cfe-commits mailing list