diff options
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
| -rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index b96feecdf3d..91a196deb6f 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -196,6 +196,14 @@ Improvements to clang-tidy <clang-tidy/checks/readability-redundant-string-init>` check now supports a `StringNames` option enabling its application to custom string classes. +- Improved :doc:`modernize-avoid-bind + <clang-tidy/checks/modernize-avoid-bind>` check. + + The check now supports supports diagnosing and fixing arbitrary callables instead of + only simple free functions. The `PermissiveParameterList` option has also been + added to address situations where the existing fix-it logic would sometimes generate + code that no longer compiles. + Improvements to include-fixer ----------------------------- |

