[clang-tools-extra] r285645 - [Release notes] Highlight reset() as language/library artifact.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 15:05:45 PDT 2016
Author: eugenezelenko
Date: Mon Oct 31 17:05:45 2016
New Revision: 285645
URL: http://llvm.org/viewvc/llvm-project?rev=285645&view=rev
Log:
[Release notes] Highlight reset() as language/library artifact.
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=285645&r1=285644&r2=285645&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Mon Oct 31 17:05:45 2016
@@ -85,7 +85,7 @@ Improvements to clang-tidy
<http://clang.llvm.org/extra/clang-tidy/checks/modernize-make-unique.html>`_
and `modernize-make-shared
<http://clang.llvm.org/extra/clang-tidy/checks/modernize-make-shared.html>`_
- now handle calls to the smart pointer's reset method.
+ now handle calls to the smart pointer's ``reset()`` method.
- The `modernize-use-auto
<http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html>`_ check
More information about the cfe-commits
mailing list