[PATCH] D148314: [clang-tidy] Improved hungarian notation regression test at post-commit review

Douglas Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 14 07:29:53 PDT 2023


dougpuob added a comment.

In D148314#4267567 <https://reviews.llvm.org/D148314#4267567>, @PiotrZSL wrote:

> And you forget to attach changes in unit tests.

My bad, I against to a wrong one.



================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:264-267
+- Improved readability for hungarian notation in
+  :doc:`readability-identifier-naming
+  <clang-tidy/checks/readability/identifier-naming>` by changing the prefix
+  from `cust` to `my` in regression test.
----------------
PiotrZSL wrote:
> Don't put this into release notes, in release notes we put only information that impact users.
Make sense, I will remove it in next commit.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148314/new/

https://reviews.llvm.org/D148314



More information about the cfe-commits mailing list