[clang-tools-extra] 9485091 - [NFC][clang-tidy][docs] Remove mention of backported fix of `readability-suspicious-call-argument` from `ReleaseNotes`
via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 1 03:09:28 PST 2022
Author: Whisperity
Date: 2022-03-01T12:06:59+01:00
New Revision: 94850918274c20c15c6071dc52314df51ed2a357
URL: https://github.com/llvm/llvm-project/commit/94850918274c20c15c6071dc52314df51ed2a357
DIFF: https://github.com/llvm/llvm-project/commit/94850918274c20c15c6071dc52314df51ed2a357.diff
LOG: [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.
Added:
Modified:
clang-tools-extra/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 3227fb5ce576a..103f337bb5cd1 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
^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list