[PATCH] D148314: [clang-tidy] Improved hungarian notation regression test at post-commit review
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 14 02:22:53 PDT 2023
PiotrZSL requested changes to this revision.
PiotrZSL added inline comments.
This revision now requires changes to proceed.
================
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.
----------------
Don't put this into release notes, in release notes we put only information that impact users.
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