[clang-tools-extra] [clang-tidy][modernize-use-starts-ends-with] Fix minor mistake in error message (PR #116132)

Julian Schmidt via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 15 14:47:34 PST 2024


================
@@ -244,7 +244,7 @@ Changes in existing checks
 
 - Improved :doc:`modernize-use-starts-ends-with
   <clang-tidy/checks/modernize/use-starts-ends-with>` check to handle two cases
-  that can be replaced with ``ends_with``
+  that can be replaced with ``ends_with``. Minor change to error message.
----------------
5chmidti wrote:

Something like `and a small adjustment to a diagnostic message` sounds better

https://github.com/llvm/llvm-project/pull/116132


More information about the cfe-commits mailing list