summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index e46ed1700e6..434552fe809 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -57,7 +57,19 @@ The improvements are...
Improvements to clang-tidy
--------------------------
-The improvements are...
+* Renamed checks to use correct term "implicit conversion" instead of "implicit
+ cast" and modified messages and option names accordingly:
+
+ - **performance-implicit-cast-in-loop** was renamed to
+ `performance-implicit-conversion-in-loop
+ <http://clang.llvm.org/extra/clang-tidy/checks/performance-implicit-conversion-in-loop.html>`_
+ - **readability-implicit-bool-cast** was renamed to
+ `readability-implicit-bool-conversion
+ <http://clang.llvm.org/extra/clang-tidy/checks/readability-implicit-bool-conversion.html>`_;
+ the check's options were renamed as follows:
+ ``AllowConditionalIntegerCasts`` -> ``AllowIntegerConditions``,
+ ``AllowConditionalPointerCasts`` -> ``AllowPointerConditions``.
+
Improvements to include-fixer
-----------------------------
OpenPOWER on IntegriCloud