diff options
| author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-04-15 17:32:19 +0000 |
|---|---|---|
| committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-04-15 17:32:19 +0000 |
| commit | dca3812252cdf8e990eac9a26082b5f08fab1bc6 (patch) | |
| tree | 1497923c86d9e832ec14bf8bf9bc08d84560122f | |
| parent | a344ae8f78155720d441fc1a4dc6fea27b46eac6 (diff) | |
| download | bcm5719-llvm-dca3812252cdf8e990eac9a26082b5f08fab1bc6.tar.gz bcm5719-llvm-dca3812252cdf8e990eac9a26082b5f08fab1bc6.zip | |
[Release Notes] mention Clang-tidy misc-multiple-statement-macro check.
llvm-svn: 266455
| -rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 9d7afd38965..91f7fdca5a4 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -103,6 +103,11 @@ identified. The improvements since the 3.8 release include: 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 3.8 release include: <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 |

