[all-commits] [llvm/llvm-project] 2b9b5b: [clang-tidy] Add new case type to check variables ...
Douglas Chen via All-commits
all-commits at lists.llvm.org
Sun Aug 1 15:23:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b9b5bc0409ff460849baf1fe4d7edda99c8db83
https://github.com/llvm/llvm-project/commit/2b9b5bc0409ff460849baf1fe4d7edda99c8db83
Author: Douglas Chen <dougpuob at gmail.com>
Date: 2021-08-01 (Sun, 01 Aug 2021)
Changed paths:
M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
M clang-tools-extra/clang-tidy/ClangTidyCheck.h
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
M clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.h
M clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-hungarian-notation-cfgfile.cpp
A clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-hungarian-notation.cpp
Log Message:
-----------
[clang-tidy] Add new case type to check variables with Hungarian notation
Add IdentifierNamingCheck::CaseType, CT_HungarianNotation, supporting
naming check with Hungarian notation.
Differential Revision: https://reviews.llvm.org/D86671
More information about the All-commits
mailing list