summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Horvath <xazax.hun@gmail.com>2017-12-20 12:30:27 +0000
committerGabor Horvath <xazax.hun@gmail.com>2017-12-20 12:30:27 +0000
commitb86a86a7128e3a326e31c4b29fcaa924ae3c16d0 (patch)
treee07a6a934b391c4c12ab8d90f986e22b55300135
parentda6757621292ec51481ead96280faeedcb925df6 (diff)
Fix an error in the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@321169 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index bc2ba1d3..c438c8d6 100644
--- a/docs/ReleaseNotes.rst
+++ b/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
+ <http://clang.llvm.org/extra/clang-tidy/checks/misc-redundant-expression.html>`_ check
Finds redundant binary operator expressions where the operators are overloaded,
and ones that contain the same macros twice.