================
@@ -395,6 +395,19 @@ ANALYZER_OPTION(
     "flex\" won't be analyzed.",
     true)
 
+ANALYZER_OPTION(
+    bool, ShouldSuppressAddressSpaces, "suppress-all-address-spaces",
----------------
balazske wrote:

I think that "ignore-all-address-spaces" would be really problematic but 
"suppress" is somehow related to eliminate reporting of specific errors (or 
path suppression). Probably "suppress-dereferences-from-any-address-space" is 
better.

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