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 434552fe809..f67a03ec6a0 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -71,6 +71,12 @@ Improvements to clang-tidy ``AllowConditionalPointerCasts`` -> ``AllowPointerConditions``. +- New `readability-static-accessed-through-instance + <http://clang.llvm.org/extra/clang-tidy/checks/readability-static-accessed-through-instance.html>`_ check + + Finds member expressions that access static members through instances and + replaces them with uses of the appropriate qualified-id. + Improvements to include-fixer ----------------------------- |

