[PATCH] D86671: [clang-tidy] Add new case type to check variables with Hungarian notation

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 1 15:23:42 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2b9b5bc0409f: [clang-tidy] Add new case type to check variables with Hungarian notation (authored by dougpuob, committed by myhsu).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86671

Files:
  clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
  clang-tools-extra/clang-tidy/ClangTidyCheck.h
  clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
  clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
  clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-hungarian-notation-cfgfile.cpp
  clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-hungarian-notation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86671.363357.patch
Type: text/x-patch
Size: 177900 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210801/8df14ff0/attachment-0001.bin>


More information about the llvm-commits mailing list