From bd128fc5a5f87cc51555e52c06e0654451368f58 Mon Sep 17 00:00:00 2001 From: Gabor Horvath Date: Wed, 20 Dec 2017 12:30:27 +0000 Subject: [PATCH] Fix an error in the release notes. llvm-svn: 321169 --- clang-tools-extra/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index bc2ba1d305ae..c438c8d62865 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -269,7 +269,7 @@ Improvements to clang-tidy - Added the ability to suppress specific checks (or all checks) in a ``NOLINT`` or ``NOLINTNEXTLINE`` comment. - Added new functionality to `misc-redundant-expression - http://clang.llvm.org/extra/clang-tidy/checks/misc-redundant-expression.html`_ check + `_ check Finds redundant binary operator expressions where the operators are overloaded, and ones that contain the same macros twice.