https://github.com/DavidSpickett created 
https://github.com/llvm/llvm-project/pull/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.

>From 54147e299fc20ba91e9c801e1801d2f02192e400 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spick...@linaro.org>
Date: Thu, 29 May 2025 10:09:54 +0000
Subject: [PATCH] [clang][docs] Remove reference to deleted line in sanitizer
 doc

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.
---
 clang/docs/SanitizerSpecialCaseList.rst | 1 -
 1 file changed, 1 deletion(-)

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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to