diff options
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index b7273a3e05d..fe40386c720 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -92,6 +92,12 @@ identified. The improvements since the 3.8 release include: Detects dangling references in value handlers like ``std::experimental::string_view``. +- New `misc-fold-init-type + <http://clang.llvm.org/extra/clang-tidy/checks/misc-fold-init-type.html>`_ check + + The check flags type mismatches in `folds` like ``std::accumulate`` that might + result in loss of precision. + - New `misc-forward-declaration-namespace <http://clang.llvm.org/extra/clang-tidy/checks/misc-forward-declaration-namespace.html>`_ check |