Author: xazax Date: Wed Dec 20 04:30:27 2017 New Revision: 321169 URL: http://llvm.org/viewvc/llvm-project?rev=321169&view=rev Log: Fix an error in the release notes.
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=321169&r1=321168&r2=321169&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original) +++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Wed Dec 20 04:30:27 2017 @@ -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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits