diff options
| author | Gabor Horvath <xazax.hun@gmail.com> | 2017-12-20 12:30:27 +0000 |
|---|---|---|
| committer | Gabor Horvath <xazax.hun@gmail.com> | 2017-12-20 12:30:27 +0000 |
| commit | b86a86a7128e3a326e31c4b29fcaa924ae3c16d0 (patch) | |
| tree | e07a6a934b391c4c12ab8d90f986e22b55300135 | |
| parent | da6757621292ec51481ead96280faeedcb925df6 (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.rst | 2 |
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. |
