[clang] [Sanitizer][Doc][NFI] Update the doc for prefix:*=sanitize (PR #142659)

Qinkun Bao via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 3 17:15:58 PDT 2025


================
@@ -813,19 +813,19 @@ changes to one object won't affect the others, the object's initializer will run
 once per copy, etc.
 
 Specifically, this warning fires when it detects an object which:
-  1. Is defined as ``inline`` in a header file (so it might get compiled into multiple libaries), and
-  2. Has external linkage (otherwise it's supposed to be duplicated), and
-  3. Has hidden visibility.
----------------
qinkunbao wrote:

Yes, split it in https://github.com/llvm/llvm-project/pull/142700

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


More information about the cfe-commits mailing list