[clang-tools-extra] r266455 - [Release Notes] mention Clang-tidy misc-multiple-statement-macro check.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 15 10:32:19 PDT 2016


Author: eugenezelenko
Date: Fri Apr 15 12:32:19 2016
New Revision: 266455

URL: http://llvm.org/viewvc/llvm-project?rev=266455&view=rev
Log:
[Release Notes] mention Clang-tidy misc-multiple-statement-macro check.

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=266455&r1=266454&r2=266455&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Fri Apr 15 12:32:19 2016
@@ -103,6 +103,11 @@ identified.  The improvements since the
   Warns when there is a explicit redundant cast of a calculation result to a
   bigger type.
 
+- New `misc-multiple-statement-macro
+  <http://clang.llvm.org/extra/clang-tidy/checks/misc-multiple-statement-macro.html>`_ check
+
+  Detect multiple statement macros that are used in unbraced conditionals.
+
 - New `misc-pointer-and-integral-operation
   <http://clang.llvm.org/extra/clang-tidy/checks/misc-misc-pointer-and-integral-operation.html>`_ check
 
@@ -128,7 +133,7 @@ identified.  The improvements since the
   <http://clang.llvm.org/extra/clang-tidy/checks/misc-suspicious-semicolon.html>`_ check
 
   Finds most instances of stray semicolons that unexpectedly alter the meaning
-  of the code.  
+  of the code.
 
 - New `modernize-deprecated-headers
   <http://clang.llvm.org/extra/clang-tidy/checks/modernize-deprecated-headers.html>`_ check




More information about the cfe-commits mailing list