PiotrZSL added inline comments.

================
Comment at: 
clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp:706
+size_t IdentifierNamingCheck::HungarianNotation::getAsteriskCount(
+    std::string &TypeName, const NamedDecl *ND) const {
+  size_t PtrCount = 0;
----------------
const std::string&


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:294-296
+- Fix hungarian notation issue in :doc:`readability-identifier-naming
+  <clang-tidy/checks/readability/identifier-naming>` which failed to indicate
+  the number of asterisks.
----------------
this list should by sorted by a full check name, also there are already fixes 
for readability-identifier-naming, check if you could merge this to them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147779

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to