Fix an error in the release notes.

llvm-svn: 321169
This commit is contained in:
Gabor Horvath 2017-12-20 12:30:27 +00:00
parent 91c6671a71
commit bd128fc5a5
1 changed files with 1 additions and 1 deletions

View File

@ -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.