summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2019-01-25 10:03:49 +0000
committerHaojian Wu <hokein@google.com>2019-01-25 10:03:49 +0000
commitc67dab5bd0a1ca14dcacc9d27166bc555044d16f (patch)
tree362053ed769a168b44e70d9101651c402003a4a2 /clang-tools-extra/docs/ReleaseNotes.rst
parent914e838e636d44c9798e790535bacec04a16b0d5 (diff)
downloadbcm5719-llvm-c67dab5bd0a1ca14dcacc9d27166bc555044d16f.tar.gz
bcm5719-llvm-c67dab5bd0a1ca14dcacc9d27166bc555044d16f.zip
[clang-tidy] Add check for underscores in googletest names.
Summary: Adds a clang-tidy warning for underscores in googletest names. Patch by Kar Epker! Reviewers: hokein, alexfh, aaron.ballman Reviewed By: hokein Subscribers: Eugene.Zelenko, JonasToth, MyDeveloperDay, lebedev.ri, xazax.hun, mgorny, cfe-commits Tags: #clang-tools-extra Differential Revision: https://reviews.llvm.org/D56424 llvm-svn: 352183
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst8
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
-----------------------------
OpenPOWER on IntegriCloud