Skip to content

[clang][docs] Remove reference to deleted line in sanitizer doc #141921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2025

Conversation

DavidSpickett
Copy link
Collaborator

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

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

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

Then 81d1df2 flipped it so you
had to opt into the old behaviour, but didn't remove the
"The line above" bit.
@llvmbot llvmbot added the clang Clang issues not falling into any other category label May 29, 2025
@DavidSpickett DavidSpickett requested review from ellishg and MaskRay May 29, 2025 10:11
@llvmbot
Copy link
Member

llvmbot commented May 29, 2025

@llvm/pr-subscribers-clang

Author: David Spickett (DavidSpickett)

Changes

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

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


Full diff: https://github.com/llvm/llvm-project/pull/141921.diff

1 Files Affected:

  • (modified) clang/docs/SanitizerSpecialCaseList.rst (-1)
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

@DavidSpickett DavidSpickett merged commit cf04592 into llvm:main May 29, 2025
12 checks passed
@DavidSpickett DavidSpickett deleted the sanitizer-doc branch May 29, 2025 16:43
svkeerthy pushed a commit that referenced this pull request May 29, 2025
)

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

Then 81d1df2 flipped it so you had to
opt into the old behaviour, but didn't remove the "The line above" bit.
google-yfyang pushed a commit to google-yfyang/llvm-project that referenced this pull request May 29, 2025
…#141921)

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

Then 81d1df2 flipped it so you had to
opt into the old behaviour, but didn't remove the "The line above" bit.
sivan-shani pushed a commit to sivan-shani/llvm-project that referenced this pull request Jun 3, 2025
…#141921)

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

Then 81d1df2 flipped it so you had to
opt into the old behaviour, but didn't remove the "The line above" bit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants