[clang-tools-extra] r305067 - [clang-tools-extra] ReleaseNotes.rst: test commit: whitespace fix
Roman Lebedev via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 9 05:00:05 PDT 2017
Author: lebedevri
Date: Fri Jun 9 07:00:04 2017
New Revision: 305067
URL: http://llvm.org/viewvc/llvm-project?rev=305067&view=rev
Log:
[clang-tools-extra] ReleaseNotes.rst: test commit: whitespace fix
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=305067&r1=305066&r2=305067&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Fri Jun 9 07:00:04 2017
@@ -100,10 +100,10 @@ Improvements to clang-tidy
to remove user-defined make functions from ``push_back`` calls on containers
of custom tuple-like types by providing `TupleTypes` and `TupleMakeFunctions`.
- - New `modernize-use-noexcept
- <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-noexcept.html>`_ check
+- New `modernize-use-noexcept
+ <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-noexcept.html>`_ check
- Replaces dynamic exception specifications with ``noexcept`` or a user defined macro.
+ Replaces dynamic exception specifications with ``noexcept`` or a user defined macro.
- New `performance-inefficient-vector-operation
<http://clang.llvm.org/extra/clang-tidy/checks/performance-inefficient-vector-operation.html>`_ check
More information about the cfe-commits
mailing list