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 bb699349a42..ecac660768b 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -73,6 +73,14 @@ Improvements to clang-tidy Checks for casts of ``absl::Duration`` conversion functions, and recommends the right conversion function instead. +- New :doc:`google-readability-avoid-underscore-in-googletest-name + <clang-tidy/checks/google-readability-avoid-underscore-in-googletest-name>` + check. + + Checks whether there are underscores in googletest test and test case names in + test macros, which is prohibited by the Googletest FAQ. + + Improvements to include-fixer ----------------------------- |