Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWhisperity <whisperity@gmail.com>2022-03-01 14:06:59 +0300
committerWhisperity <whisperity@gmail.com>2022-03-01 14:06:59 +0300
commit94850918274c20c15c6071dc52314df51ed2a357 (patch)
tree04feaa57f491e3a9bec8b925229c847bc27e3bee /clang-tools-extra
parentaeab6167b0a13ab3a46798c0a9929458e0413f08 (diff)
[NFC][clang-tidy][docs] Remove mention of backported fix of `readability-suspicious-call-argument` from `ReleaseNotes`
Commit 416e689ecda66616da855c82f7ec652657730c6a introduced a fix to `readability-suspicious-call-argument` which added an entry to the Release Notes, but the same change was backported to **14.0** in commit e89602b7b2ec12f20f2618cefb864c2b22d0048a. Hence, this change is not a new thing of the to-be 15.0 release.
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 3227fb5ce576..103f337bb5cd 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -112,10 +112,6 @@ Changes in existing checks
- Fixed a false positive in :doc:`readability-non-const-parameter
<clang-tidy/checks/readability-non-const-parameter>` when the parameter is referenced by an lvalue
-- Fixed a crash in :doc:`readability-suspicious-call-argument
- <clang-tidy/checks/readability-suspicious-call-argument>` related to passing
- arguments that refer to program elements without a trivial identifier.
-
Removed checks
^^^^^^^^^^^^^^