[clang] cf04592 - [clang][docs] Remove reference to deleted line in sanitizer doc (#141921)

via cfe-commits cfe-commits at lists.llvm.org
Thu May 29 09:43:50 PDT 2025


Author: David Spickett
Date: 2025-05-29T17:43:46+01:00
New Revision: cf045929b2c9786b0773d46f03c424610e240a78

URL: https://github.com/llvm/llvm-project/commit/cf045929b2c9786b0773d46f03c424610e240a78
DIFF: https://github.com/llvm/llvm-project/commit/cf045929b2c9786b0773d46f03c424610e240a78.diff

LOG: [clang][docs] Remove reference to deleted line in sanitizer doc (#141921)

This was added by 8eb34700c2b1847ec6dfb8f92b305b65278d2ec0 which added
an opt into the new ignore list behaviour.

Then 81d1df2a39f0616be4b530cbf86b3f575442a347 flipped it so you had to
opt into the old behaviour, but didn't remove the "The line above" bit.

Added: 
    

Modified: 
    clang/docs/SanitizerSpecialCaseList.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/SanitizerSpecialCaseList.rst b/clang/docs/SanitizerSpecialCaseList.rst
index 692af8df0359b..b82db78a9203c 100644
--- a/clang/docs/SanitizerSpecialCaseList.rst
+++ b/clang/docs/SanitizerSpecialCaseList.rst
@@ -156,7 +156,6 @@ tool-specific docs.
 
 .. code-block:: bash
 
-    # The line above is explained in the note above
     # Lines starting with # are ignored.
     # Turn off checks for the source file
     # Entries without sections are placed into [*] and apply to all sanitizers


        


More information about the cfe-commits mailing list