================
@@ -1,6 +1,6 @@
 // NOTE: Use '-fobjc-gc' to test the analysis being run twice, and multiple 
reports are not issued.
-// RUN: %clang_analyze_cc1 -triple i386-apple-darwin10 
-analyzer-checker=core,alpha.core,osx.cocoa.AtSync -Wno-strict-prototypes 
-Wno-pointer-to-int-cast -verify -fblocks -Wno-unreachable-code 
-Wno-null-dereference -Wno-objc-root-class %s
-// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 
-analyzer-checker=core,alpha.core,osx.cocoa.AtSync -Wno-strict-prototypes 
-Wno-pointer-to-int-cast -verify -fblocks -Wno-unreachable-code 
-Wno-null-dereference -Wno-objc-root-class %s
+// RUN: %clang_analyze_cc1 -triple i386-apple-darwin10 
-analyzer-checker=core,alpha.core,osx.cocoa.AtSync 
-analyzer-disable-checker=alpha.core.FixedAddressDereference 
-Wno-strict-prototypes -Wno-pointer-to-int-cast -verify -fblocks 
-Wno-unreachable-code -Wno-null-dereference -Wno-objc-root-class %s
+// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 
-analyzer-checker=core,alpha.core,osx.cocoa.AtSync 
-analyzer-disable-checker=alpha.core.FixedAddressDereference 
-Wno-strict-prototypes -Wno-pointer-to-int-cast -verify -fblocks 
-Wno-unreachable-code -Wno-null-dereference -Wno-objc-root-class %s
----------------
balazske wrote:

Around lines 1180 there are tests to "support direct address access". It looks 
like that this feature is needed for a purpose and this is a reason to not add 
sink nodes in that case.

https://github.com/llvm/llvm-project/pull/127191
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to