[clang-tools-extra] [clang-tidy][NFC] Replace stateless struct with namespace in `readability-identifier-naming` (PR #173506)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 24 11:40:03 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 3000 tests passed
* 29 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang Tools
<details>
<summary>Clang Tools.clang-tidy/checkers/readability/identifier-naming-hungarian-notation-cfgfile.cpp</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
C:/Python312/python.exe C:/_work/llvm-project/llvm-project/clang-tools-extra/test/../test\clang-tidy\check_clang_tidy.py C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability\identifier-naming-hungarian-notation-cfgfile.cpp readability-identifier-naming C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp -- --config-file=C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability/Inputs/identifier-naming/hungarian-notation2/.clang-tidy -- -I C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability
# executed command: C:/Python312/python.exe 'C:/_work/llvm-project/llvm-project/clang-tools-extra/test/../test\clang-tidy\check_clang_tidy.py' 'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability\identifier-naming-hungarian-notation-cfgfile.cpp' readability-identifier-naming 'C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp' -- '--config-file=C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability/Inputs/identifier-naming/hungarian-notation2/.clang-tidy' -- -I 'C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability'
# .---command stdout------------
# | Running ['clang-tidy', '--experimental-custom-checks', 'C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\tools\\extra\\test\\clang-tidy\\checkers\\readability\\Output\\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp', '-fix', '--checks=-*,readability-identifier-naming', '--config-file=C:\\_work\\llvm-project\\llvm-project\\clang-tools-extra\\test\\clang-tidy\\checkers\\readability/Inputs/identifier-naming/hungarian-notation2/.clang-tidy', '--', '-I', 'C:\\_work\\llvm-project\\llvm-project\\clang-tools-extra\\test\\clang-tidy\\checkers\\readability', '-std=c++11', '-nostdinc++']...
# | ------------------------ clang-tidy output -----------------------
# | 158 warnings generated.
# |
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:12:14: warning: invalid case style for class member 'ClassMemberCase' [readability-identifier-naming]
# | 12 | static int ClassMemberCase;
# | | ^~~~~~~~~~~~~~~
# | | iClassMemberCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:12:14: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:16:14: warning: invalid case style for constant member 'ConstantMemberCase' [readability-identifier-naming]
# | 16 | char const ConstantMemberCase = 0;
# | | ^~~~~~~~~~~~~~~~~~
# | | cConstantMemberCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:16:14: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:20:26: warning: invalid case style for constant parameter 'ConstantParameterCase' [readability-identifier-naming]
# | 20 | void MyFunc1(const int ConstantParameterCase);
# | | ^~~~~~~~~~~~~~~~~~~~~
# | | iConstantParameterCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:20:26: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:24:27: warning: invalid case style for pointer parameter 'ConstantPointerParameterCase' [readability-identifier-naming]
# | 24 | void MyFunc2(const int* ConstantPointerParameterCase);
# | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | | piConstantPointerParameterCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:24:27: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:28:24: warning: invalid case style for constexpr variable 'ConstexprVariableCase' [readability-identifier-naming]
# | 28 | static constexpr int ConstexprVariableCase = 123;
# | | ^~~~~~~~~~~~~~~~~~~~~
# | | iConstexprVariableCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:28:24: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:33:11: warning: invalid case style for global constant 'GlobalConstantCase' [readability-identifier-naming]
# | 33 | const int GlobalConstantCase = 0;
# | | ^~~~~~~~~~~~~~~~~~
# | | iGlobalConstantCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:33:11: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:37:12: warning: invalid case style for global pointer 'GlobalConstantPointerCase' [readability-identifier-naming]
# | 37 | const int* GlobalConstantPointerCase = nullptr;
# | | ^~~~~~~~~~~~~~~~~~~~~~~~~
# | | piGlobalConstantPointerCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:37:12: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:41:6: warning: invalid case style for global pointer 'GlobalPointerCase' [readability-identifier-naming]
# | 41 | int* GlobalPointerCase = nullptr;
# | | ^~~~~~~~~~~~~~~~~
# | | piGlobalPointerCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:41:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:45:5: warning: invalid case style for global variable 'GlobalVariableCase' [readability-identifier-naming]
# | 45 | int GlobalVariableCase = 0;
# | | ^~~~~~~~~~~~~~~~~~
# | | iGlobalVariableCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:45:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:50:13: warning: invalid case style for local constant 'LocalConstantCase' [readability-identifier-naming]
# | 50 | int const LocalConstantCase = 3;
# | | ^~~~~~~~~~~~~~~~~
# | | iLocalConstantCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:50:13: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:54:18: warning: invalid case style for local constant 'ConstantCase' [readability-identifier-naming]
# | 54 | unsigned const ConstantCase = 1;
# | | ^~~~~~~~~~~~
# | | uConstantCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:54:18: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:58:14: warning: invalid case style for local constant pointer 'LocalConstantPointerCase' [readability-identifier-naming]
# | 58 | int* const LocalConstantPointerCase = nullptr;
# | | ^~~~~~~~~~~~~~~~~~~~~~~~
# | | piLocalConstantPointerCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:58:14: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:62:8: warning: invalid case style for local pointer 'LocalPointerCase' [readability-identifier-naming]
# | 62 | int *LocalPointerCase = nullptr;
# | | ^~~~~~~~~~~~~~~~
# | | piLocalPointerCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:62:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:66:7: warning: invalid case style for local variable 'LocalVariableCase' [readability-identifier-naming]
# | 66 | int LocalVariableCase = 0;
# | | ^~~~~~~~~~~~~~~~~
# | | iLocalVariableCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:66:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:72:8: warning: invalid case style for private member 'MemberCase' [readability-identifier-naming]
# | 72 | char MemberCase;
# | | ^~~~~~~~~~
# | | cMemberCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:72:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:76:18: warning: invalid case style for parameter 'ParameterCase' [readability-identifier-naming]
# | 76 | void Func1(int ParameterCase);
# | | ^~~~~~~~~~~~~
# | | iParameterCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:76:18: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:80:24: warning: invalid case style for constant parameter 'ParameterCase' [readability-identifier-naming]
# | 80 | void Func2(const int ParameterCase);
# | | ^~~~~~~~~~~~~
# | | iParameterCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:80:24: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:84:25: warning: invalid case style for pointer parameter 'PointerParameterCase' [readability-identifier-naming]
# | 84 | void Func3(const int *PointerParameterCase);
# | | ^~~~~~~~~~~~~~~~~~~~
# | | piPointerParameterCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:84:25: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:91:8: warning: invalid case style for private member 'PrivateMemberCase' [readability-identifier-naming]
# | 91 | char PrivateMemberCase;
# | | ^~~~~~~~~~~~~~~~~
# | | cPrivateMemberCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:91:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:96:8: warning: invalid case style for protected member 'ProtectedMemberCase' [readability-identifier-naming]
# | 96 | char ProtectedMemberCase;
# | | ^~~~~~~~~~~~~~~~~~~
# | | cProtectedMemberCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:96:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:101:8: warning: invalid case style for public member 'PublicMemberCase' [readability-identifier-naming]
# | 101 | char PublicMemberCase;
# | | ^~~~~~~~~~~~~~~~
# | | cPublicMemberCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:101:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:106:18: warning: invalid case style for global constant 'StaticConstantCase' [readability-identifier-naming]
# | 106 | static const int StaticConstantCase = 3;
# | | ^~~~~~~~~~~~~~~~~~
# | | iStaticConstantCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:106:18: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:110:12: warning: invalid case style for global variable 'StaticVariableCase' [readability-identifier-naming]
# | 110 | static int StaticVariableCase = 3;
# | | ^~~~~~~~~~~~~~~~~~
# | | iStaticVariableCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:110:12: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:114:24: warning: invalid case style for public member 'StructCase' [readability-identifier-naming]
# | 114 | struct CMyStruct { int StructCase; };
# | | ^~~~~~~~~~
# | | iStructCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:114:24: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:118:21: warning: invalid case style for public member 'UnionCase' [readability-identifier-naming]
# | 118 | union MyUnion { int UnionCase; long mylUnionCase; };
# | | ^~~~~~~~~
# | | iUnionCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:118:21: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:118:37: warning: invalid case style for public member 'mylUnionCase' [readability-identifier-naming]
# | 118 | union MyUnion { int UnionCase; long mylUnionCase; };
# | | ^~~~~~~~~~~~
# | | lMylUnionCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:118:37: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:125:13: warning: invalid case style for global pointer 'NamePtr' [readability-identifier-naming]
# | 125 | const char *NamePtr = "Name";
# | | ^~~~~~~
# | | szNamePtr
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:125:13: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:129:12: warning: invalid case style for global constant 'NameArray' [readability-identifier-naming]
# | 129 | const char NameArray[] = "Name";
# | | ^~~~~~~~~
# | | szNameArray
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:129:12: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:133:13: warning: invalid case style for global variable 'NamePtrArray' [readability-identifier-naming]
# | 133 | const char *NamePtrArray[] = {"AA", "BB"};
# | | ^~~~~~~~~~~~
# | | pszNamePtrArray
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:133:13: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:137:16: warning: invalid case style for global pointer 'WideNamePtr' [readability-identifier-naming]
# | 137 | const wchar_t *WideNamePtr = L"Name";
# | | ^~~~~~~~~~~
# | | wszWideNamePtr
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:137:16: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:141:15: warning: invalid case style for global constant 'WideNameArray' [readability-identifier-naming]
# | 141 | const wchar_t WideNameArray[] = L"Name";
# | | ^~~~~~~~~~~~~
# | | wszWideNameArray
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:141:15: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:145:16: warning: invalid case style for global variable 'WideNamePtrArray' [readability-identifier-naming]
# | 145 | const wchar_t *WideNamePtrArray[] = {L"AA", L"BB"};
# | | ^~~~~~~~~~~~~~~~
# | | pwszWideNamePtrArray
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:145:16: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:151:9: warning: invalid case style for private member 'Name' [readability-identifier-naming]
# | 151 | char *Name = "Text";
# | | ^~~~
# | | szName
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:151:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:155:15: warning: invalid case style for private member 'ConstName' [readability-identifier-naming]
# | 155 | const char *ConstName = "Text";
# | | ^~~~~~~~~
# | | szConstName
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:155:15: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:160:43: warning: invalid case style for pointer parameter 'Input' [readability-identifier-naming]
# | 160 | const char* DuplicateString(const char* Input, size_t mynRequiredSize);
# | | ^~~~~
# | | szInput
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:160:43: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:160:57: warning: invalid case style for parameter 'mynRequiredSize' [readability-identifier-naming]
# | 160 | const char* DuplicateString(const char* Input, size_t mynRequiredSize);
# | | ^~~~~~~~~~~~~~~
# | | nMynRequiredSize
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:160:57: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:164:33: warning: invalid case style for pointer parameter 'Buffer' [readability-identifier-naming]
# | 164 | size_t UpdateText(const char* Buffer, size_t mynBufferSize);
# | | ^~~~~~
# | | szBuffer
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:164:33: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:164:48: warning: invalid case style for parameter 'mynBufferSize' [readability-identifier-naming]
# | 164 | size_t UpdateText(const char* Buffer, size_t mynBufferSize);
# | | ^~~~~~~~~~~~~
# | | nMynBufferSize
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:164:48: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:173:7: warning: invalid case style for global variable 'MsDword' [readability-identifier-naming]
# | 173 | DWORD MsDword = 0;
# | | ^~~~~~~
# | | dwMsDword
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:173:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:177:6: warning: invalid case style for global variable 'MsByte' [readability-identifier-naming]
# | 177 | BYTE MsByte = 0;
# | | ^~~~~~
# | | byMsByte
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:177:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:181:6: warning: invalid case style for global variable 'MsWord' [readability-identifier-naming]
# | 181 | WORD MsWord = 0;
# | | ^~~~~~
# | | wMsWord
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:181:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:185:6: warning: invalid case style for global variable 'MsBool' [readability-identifier-naming]
# | 185 | BOOL MsBool = 0;
# | | ^~~~~~
# | | bMsBool
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:185:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:189:9: warning: invalid case style for global variable 'MsBoolean' [readability-identifier-naming]
# | 189 | BOOLEAN MsBoolean = 0;
# | | ^~~~~~~~~
# | | bMsBoolean
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:189:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:193:6: warning: invalid case style for global variable 'MsValueChar' [readability-identifier-naming]
# | 193 | CHAR MsValueChar = 0;
# | | ^~~~~~~~~~~
# | | cMsValueChar
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:193:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:197:7: warning: invalid case style for global variable 'MsValueUchar' [readability-identifier-naming]
# | 197 | UCHAR MsValueUchar = 0;
# | | ^~~~~~~~~~~~
# | | ucMsValueUchar
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:197:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:201:7: warning: invalid case style for global variable 'MsValueShort' [readability-identifier-naming]
# | 201 | SHORT MsValueShort = 0;
# | | ^~~~~~~~~~~~
# | | sMsValueShort
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:201:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:205:8: warning: invalid case style for global variable 'MsValueUshort' [readability-identifier-naming]
# | 205 | USHORT MsValueUshort = 0;
# | | ^~~~~~~~~~~~~
# | | usMsValueUshort
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:205:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:209:6: warning: invalid case style for global variable 'MsValueWord' [readability-identifier-naming]
# | 209 | WORD MsValueWord = 0;
# | | ^~~~~~~~~~~
# | | wMsValueWord
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:209:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:213:7: warning: invalid case style for global variable 'MsValueDword' [readability-identifier-naming]
# | 213 | DWORD MsValueDword = 0;
# | | ^~~~~~~~~~~~
# | | dwMsValueDword
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:213:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:217:9: warning: invalid case style for global variable 'MsValueDword32' [readability-identifier-naming]
# | 217 | DWORD32 MsValueDword32 = 0;
# | | ^~~~~~~~~~~~~~
# | | dw32MsValueDword32
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:217:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:221:9: warning: invalid case style for global variable 'MsValueDword64' [readability-identifier-naming]
# | 221 | DWORD64 MsValueDword64 = 0;
# | | ^~~~~~~~~~~~~~
# | | dw64MsValueDword64
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:221:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:225:6: warning: invalid case style for global variable 'MsValueLong' [readability-identifier-naming]
# | 225 | LONG MsValueLong = 0;
# | | ^~~~~~~~~~~
# | | lMsValueLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:225:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:229:7: warning: invalid case style for global variable 'MsValueUlong' [readability-identifier-naming]
# | 229 | ULONG MsValueUlong = 0;
# | | ^~~~~~~~~~~~
# | | ulMsValueUlong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:229:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:233:9: warning: invalid case style for global variable 'MsValueUlong32' [readability-identifier-naming]
# | 233 | ULONG32 MsValueUlong32 = 0;
# | | ^~~~~~~~~~~~~~
# | | ul32MsValueUlong32
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:233:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:237:9: warning: invalid case style for global variable 'MsValueUlong64' [readability-identifier-naming]
# | 237 | ULONG64 MsValueUlong64 = 0;
# | | ^~~~~~~~~~~~~~
# | | ul64MsValueUlong64
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:237:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:241:11: warning: invalid case style for global variable 'MsValueUlongLong' [readability-identifier-naming]
# | 241 | ULONGLONG MsValueUlongLong = 0;
# | | ^~~~~~~~~~~~~~~~
# | | ullMsValueUlongLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:241:11: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:245:8: warning: invalid case style for global pointer 'MsValueHandle' [readability-identifier-naming]
# | 245 | HANDLE MsValueHandle = 0;
# | | ^~~~~~~~~~~~~
# | | hMsValueHandle
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:245:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:249:5: warning: invalid case style for global variable 'MsValueInt' [readability-identifier-naming]
# | 249 | INT MsValueInt = 0;
# | | ^~~~~~~~~~
# | | iMsValueInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:249:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:253:6: warning: invalid case style for global variable 'MsValueInt8' [readability-identifier-naming]
# | 253 | INT8 MsValueInt8 = 0;
# | | ^~~~~~~~~~~
# | | i8MsValueInt8
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:253:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:257:7: warning: invalid case style for global variable 'MsValueInt16' [readability-identifier-naming]
# | 257 | INT16 MsValueInt16 = 0;
# | | ^~~~~~~~~~~~
# | | i16MsValueInt16
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:257:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:261:7: warning: invalid case style for global variable 'MsValueInt32' [readability-identifier-naming]
# | 261 | INT32 MsValueInt32 = 0;
# | | ^~~~~~~~~~~~
# | | i32MsValueInt32
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:261:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:265:7: warning: invalid case style for global variable 'MsValueINt64' [readability-identifier-naming]
# | 265 | INT64 MsValueINt64 = 0;
# | | ^~~~~~~~~~~~
# | | i64MsValueINt64
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:265:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:269:6: warning: invalid case style for global variable 'MsValueUint' [readability-identifier-naming]
# | 269 | UINT MsValueUint = 0;
# | | ^~~~~~~~~~~
# | | uiMsValueUint
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:269:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:273:7: warning: invalid case style for global variable 'MsValueUint8' [readability-identifier-naming]
# | 273 | UINT8 MsValueUint8 = 0;
# | | ^~~~~~~~~~~~
# | | u8MsValueUint8
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:273:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:277:8: warning: invalid case style for global variable 'MsValueUint16' [readability-identifier-naming]
# | 277 | UINT16 MsValueUint16 = 0;
# | | ^~~~~~~~~~~~~
# | | u16MsValueUint16
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:277:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:281:8: warning: invalid case style for global variable 'MsValueUint32' [readability-identifier-naming]
# | 281 | UINT32 MsValueUint32 = 0;
# | | ^~~~~~~~~~~~~
# | | u32MsValueUint32
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:281:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:285:8: warning: invalid case style for global variable 'MsValueUint64' [readability-identifier-naming]
# | 285 | UINT64 MsValueUint64 = 0;
# | | ^~~~~~~~~~~~~
# | | u64MsValueUint64
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:285:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:289:7: warning: invalid case style for global pointer 'MsValuePvoid' [readability-identifier-naming]
# | 289 | PVOID MsValuePvoid = NULL;
# | | ^~~~~~~~~~~~
# | | pMsValuePvoid
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:289:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:297:10: warning: invalid case style for global variable 'GlobalUnsignedArray' [readability-identifier-naming]
# | 297 | unsigned GlobalUnsignedArray[] = {1, 2, 3};
# | | ^~~~~~~~~~~~~~~~~~~
# | | aGlobalUnsignedArray
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:297:10: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:301:5: warning: invalid case style for global variable 'GlobalIntArray' [readability-identifier-naming]
# | 301 | int GlobalIntArray[] = {1, 2, 3};
# | | ^~~~~~~~~~~~~~
# | | aGlobalIntArray
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:301:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:305:5: warning: invalid case style for global variable 'DataInt' [readability-identifier-naming]
# | 305 | int DataInt[1] = {0};
# | | ^~~~~~~
# | | aDataInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:305:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:309:5: warning: invalid case style for global variable 'DataArray' [readability-identifier-naming]
# | 309 | int DataArray[2] = {0};
# | | ^~~~~~~~~
# | | aDataArray
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:309:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:317:6: warning: invalid case style for global variable 'DataIntPtr' [readability-identifier-naming]
# | 317 | int *DataIntPtr[1] = {0};
# | | ^~~~~~~~~~
# | | paDataIntPtr
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:317:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:321:7: warning: invalid case style for global pointer 'BufferPtr1' [readability-identifier-naming]
# | 321 | void *BufferPtr1;
# | | ^~~~~~~~~~
# | | pBufferPtr1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:321:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:325:8: warning: invalid case style for global pointer 'BufferPtr2' [readability-identifier-naming]
# | 325 | void **BufferPtr2;
# | | ^~~~~~~~~~
# | | ppBufferPtr2
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:325:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:329:8: warning: invalid case style for global pointer 'mypBufferPtr3' [readability-identifier-naming]
# | 329 | void **mypBufferPtr3;
# | | ^~~~~~~~~~~~~
# | | ppMypBufferPtr3
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:329:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:333:6: warning: invalid case style for global pointer 'mypBufferPtr4' [readability-identifier-naming]
# | 333 | int *mypBufferPtr4;
# | | ^~~~~~~~~~~~~
# | | piMypBufferPtr4
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:333:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:338:16: warning: invalid case style for global pointer 'Hello' [readability-identifier-naming]
# | 338 | FUNC_PTR_HELLO Hello = NULL;
# | | ^~~~~
# | | fnHello
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:338:16: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:342:7: warning: invalid case style for global pointer 'ValueVoidPtr' [readability-identifier-naming]
# | 342 | void *ValueVoidPtr = NULL;
# | | ^~~~~~~~~~~~
# | | pValueVoidPtr
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:342:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:346:11: warning: invalid case style for global variable 'PtrDiff' [readability-identifier-naming]
# | 346 | ptrdiff_t PtrDiff = NULL;
# | | ^~~~~~~
# | | pPtrDiff
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:346:11: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:350:9: warning: invalid case style for global pointer 'ValueI8Ptr' [readability-identifier-naming]
# | 350 | int8_t *ValueI8Ptr;
# | | ^~~~~~~~~~
# | | pi8ValueI8Ptr
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:350:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:354:10: warning: invalid case style for global pointer 'ValueU8Ptr' [readability-identifier-naming]
# | 354 | uint8_t *ValueU8Ptr;
# | | ^~~~~~~~~~
# | | pu8ValueU8Ptr
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:354:10: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:358:16: warning: invalid case style for global pointer 'ValueUcPtr' [readability-identifier-naming]
# | 358 | unsigned char *ValueUcPtr;
# | | ^~~~~~~~~~
# | | pucValueUcPtr
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:358:16: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:362:17: warning: invalid case style for global pointer 'ValueUcPtr2' [readability-identifier-naming]
# | 362 | unsigned char **ValueUcPtr2;
# | | ^~~~~~~~~~~
# | | ppucValueUcPtr2
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:362:17: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:366:20: warning: invalid case style for pointer parameter 'Val' [readability-identifier-naming]
# | 366 | void MyFunc2(void* Val){}
# | | ^~~
# | | pVal
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:366:20: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:374:5: warning: invalid case style for global variable 'myiValueIndex' [readability-identifier-naming]
# | 374 | int myiValueIndex = 1;
# | | ^~~~~~~~~~~~~
# | | iMyiValueIndex
# | 375 | int &RefValueIndex = myiValueIndex;
# | | ~~~~~~~~~~~~~
# | | iMyiValueIndex
# | 376 | //
# | 377 | //
# | 378 |
# | 379 | const int &ConstRefValue = myiValueIndex;
# | | ~~~~~~~~~~~~~
# | | iMyiValueIndex
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:374:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:375:22: note: FIX-IT applied suggested code changes
# | 375 | int &RefValueIndex = myiValueIndex;
# | | ^
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:379:28: note: FIX-IT applied suggested code changes
# | 379 | const int &ConstRefValue = myiValueIndex;
# | | ^
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:375:6: warning: invalid case style for global variable 'RefValueIndex' [readability-identifier-naming]
# | 375 | int &RefValueIndex = myiValueIndex;
# | | ^~~~~~~~~~~~~
# | | iRefValueIndex
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:375:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:379:12: warning: invalid case style for global variable 'ConstRefValue' [readability-identifier-naming]
# | 379 | const int &ConstRefValue = myiValueIndex;
# | | ^~~~~~~~~~~~~
# | | iConstRefValue
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:379:12: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:383:11: warning: invalid case style for global variable 'myllValueLongLong' [readability-identifier-naming]
# | 383 | long long myllValueLongLong = 2;
# | | ^~~~~~~~~~~~~~~~~
# | | llMyllValueLongLong
# | 384 | long long &RefValueLongLong = myllValueLongLong;
# | | ~~~~~~~~~~~~~~~~~
# | | llMyllValueLongLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:383:11: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:384:31: note: FIX-IT applied suggested code changes
# | 384 | long long &RefValueLongLong = myllValueLongLong;
# | | ^
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:384:12: warning: invalid case style for global variable 'RefValueLongLong' [readability-identifier-naming]
# | 384 | long long &RefValueLongLong = myllValueLongLong;
# | | ^~~~~~~~~~~~~~~~
# | | llRefValueLongLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:384:12: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:392:8: warning: invalid case style for global variable 'ValueI8' [readability-identifier-naming]
# | 392 | int8_t ValueI8;
# | | ^~~~~~~
# | | i8ValueI8
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:392:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:396:9: warning: invalid case style for global variable 'ValueI16' [readability-identifier-naming]
# | 396 | int16_t ValueI16 = 0;
# | | ^~~~~~~~
# | | i16ValueI16
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:396:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:400:9: warning: invalid case style for global variable 'ValueI32' [readability-identifier-naming]
# | 400 | int32_t ValueI32 = 0;
# | | ^~~~~~~~
# | | i32ValueI32
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:400:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:404:9: warning: invalid case style for global variable 'ValueI64' [readability-identifier-naming]
# | 404 | int64_t ValueI64 = 0;
# | | ^~~~~~~~
# | | i64ValueI64
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:404:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:408:9: warning: invalid case style for global variable 'ValueU8' [readability-identifier-naming]
# | 408 | uint8_t ValueU8 = 0;
# | | ^~~~~~~
# | | u8ValueU8
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:408:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:412:10: warning: invalid case style for global variable 'ValueU16' [readability-identifier-naming]
# | 412 | uint16_t ValueU16 = 0;
# | | ^~~~~~~~
# | | u16ValueU16
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:412:10: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:416:10: warning: invalid case style for global variable 'ValueU32' [readability-identifier-naming]
# | 416 | uint32_t ValueU32 = 0;
# | | ^~~~~~~~
# | | u32ValueU32
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:416:10: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:420:10: warning: invalid case style for global variable 'ValueU64' [readability-identifier-naming]
# | 420 | uint64_t ValueU64 = 0;
# | | ^~~~~~~~
# | | u64ValueU64
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:420:10: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:424:7: warning: invalid case style for global variable 'ValueFloat' [readability-identifier-naming]
# | 424 | float ValueFloat = 0;
# | | ^~~~~~~~~~
# | | fValueFloat
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:424:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:428:8: warning: invalid case style for global variable 'ValueDouble' [readability-identifier-naming]
# | 428 | double ValueDouble = 0;
# | | ^~~~~~~~~~~
# | | dValueDouble
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:428:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:432:6: warning: invalid case style for global variable 'ValueChar' [readability-identifier-naming]
# | 432 | char ValueChar = 'c';
# | | ^~~~~~~~~
# | | cValueChar
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:432:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:436:6: warning: invalid case style for global variable 'ValueBool' [readability-identifier-naming]
# | 436 | bool ValueBool = true;
# | | ^~~~~~~~~
# | | bValueBool
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:436:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:440:5: warning: invalid case style for global variable 'ValueInt' [readability-identifier-naming]
# | 440 | int ValueInt = 0;
# | | ^~~~~~~~
# | | iValueInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:440:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:444:8: warning: invalid case style for global variable 'ValueSize' [readability-identifier-naming]
# | 444 | size_t ValueSize = 0;
# | | ^~~~~~~~~
# | | nValueSize
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:444:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:448:9: warning: invalid case style for global variable 'ValueWchar' [readability-identifier-naming]
# | 448 | wchar_t ValueWchar = 'w';
# | | ^~~~~~~~~~
# | | wcValueWchar
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:448:9: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:452:7: warning: invalid case style for global variable 'ValueShort' [readability-identifier-naming]
# | 452 | short ValueShort = 0;
# | | ^~~~~~~~~~
# | | sValueShort
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:452:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:456:10: warning: invalid case style for global variable 'ValueUnsigned' [readability-identifier-naming]
# | 456 | unsigned ValueUnsigned = 0;
# | | ^~~~~~~~~~~~~
# | | uValueUnsigned
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:456:10: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:460:8: warning: invalid case style for global variable 'ValueSigned' [readability-identifier-naming]
# | 460 | signed ValueSigned = 0;
# | | ^~~~~~~~~~~
# | | sValueSigned
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:460:8: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:464:6: warning: invalid case style for global variable 'ValueLong' [readability-identifier-naming]
# | 464 | long ValueLong = 0;
# | | ^~~~~~~~~
# | | lValueLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:464:6: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:468:11: warning: invalid case style for global variable 'ValueLongLong' [readability-identifier-naming]
# | 468 | long long ValueLongLong = 0;
# | | ^~~~~~~~~~~~~
# | | llValueLongLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:468:11: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:472:15: warning: invalid case style for global variable 'ValueLongLongInt' [readability-identifier-naming]
# | 472 | long long int ValueLongLongInt = 0;
# | | ^~~~~~~~~~~~~~~~
# | | lliValueLongLongInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:472:15: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:476:13: warning: invalid case style for global variable 'ValueLongDouble' [readability-identifier-naming]
# | 476 | long double ValueLongDouble = 0;
# | | ^~~~~~~~~~~~~~~
# | | ldValueLongDouble
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:476:13: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:480:12: warning: invalid case style for global variable 'ValueSignedInt' [readability-identifier-naming]
# | 480 | signed int ValueSignedInt = 0;
# | | ^~~~~~~~~~~~~~
# | | siValueSignedInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:480:12: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:484:14: warning: invalid case style for global variable 'ValueSignedShort' [readability-identifier-naming]
# | 484 | signed short ValueSignedShort = 0;
# | | ^~~~~~~~~~~~~~~~
# | | ssValueSignedShort
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:484:14: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:488:18: warning: invalid case style for global variable 'ValueSignedShortInt' [readability-identifier-naming]
# | 488 | signed short int ValueSignedShortInt = 0;
# | | ^~~~~~~~~~~~~~~~~~~
# | | ssiValueSignedShortInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:488:18: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:492:18: warning: invalid case style for global variable 'ValueSignedLongLong' [readability-identifier-naming]
# | 492 | signed long long ValueSignedLongLong = 0;
# | | ^~~~~~~~~~~~~~~~~~~
# | | sllValueSignedLongLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:492:18: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:496:17: warning: invalid case style for global variable 'ValueSignedLongInt' [readability-identifier-naming]
# | 496 | signed long int ValueSignedLongInt = 0;
# | | ^~~~~~~~~~~~~~~~~~
# | | sliValueSignedLongInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:496:17: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:500:13: warning: invalid case style for global variable 'ValueSignedLong' [readability-identifier-naming]
# | 500 | signed long ValueSignedLong = 0;
# | | ^~~~~~~~~~~~~~~
# | | slValueSignedLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:500:13: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:504:24: warning: invalid case style for global variable 'ValueUnsignedLongLongInt' [readability-identifier-naming]
# | 504 | unsigned long long int ValueUnsignedLongLongInt = 0;
# | | ^~~~~~~~~~~~~~~~~~~~~~~~
# | | ulliValueUnsignedLongLongInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:504:24: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:508:20: warning: invalid case style for global variable 'ValueUnsignedLongLong' [readability-identifier-naming]
# | 508 | unsigned long long ValueUnsignedLongLong = 0;
# | | ^~~~~~~~~~~~~~~~~~~~~
# | | ullValueUnsignedLongLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:508:20: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:512:19: warning: invalid case style for global variable 'ValueUnsignedLongInt' [readability-identifier-naming]
# | 512 | unsigned long int ValueUnsignedLongInt = 0;
# | | ^~~~~~~~~~~~~~~~~~~~
# | | uliValueUnsignedLongInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:512:19: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:516:15: warning: invalid case style for global variable 'ValueUnsignedLong' [readability-identifier-naming]
# | 516 | unsigned long ValueUnsignedLong = 0;
# | | ^~~~~~~~~~~~~~~~~
# | | ulValueUnsignedLong
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:516:15: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:520:20: warning: invalid case style for global variable 'ValueUnsignedShortInt' [readability-identifier-naming]
# | 520 | unsigned short int ValueUnsignedShortInt = 0;
# | | ^~~~~~~~~~~~~~~~~~~~~
# | | usiValueUnsignedShortInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:520:20: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:524:16: warning: invalid case style for global variable 'ValueUnsignedShort' [readability-identifier-naming]
# | 524 | unsigned short ValueUnsignedShort = 0;
# | | ^~~~~~~~~~~~~~~~~~
# | | usValueUnsignedShort
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:524:16: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:528:14: warning: invalid case style for global variable 'ValueUnsignedInt' [readability-identifier-naming]
# | 528 | unsigned int ValueUnsignedInt = 0;
# | | ^~~~~~~~~~~~~~~~
# | | uiValueUnsignedInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:528:14: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:532:15: warning: invalid case style for global variable 'ValueUnsignedChar' [readability-identifier-naming]
# | 532 | unsigned char ValueUnsignedChar = 0;
# | | ^~~~~~~~~~~~~~~~~
# | | ucValueUnsignedChar
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:532:15: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:536:10: warning: invalid case style for global variable 'ValueLongInt' [readability-identifier-naming]
# | 536 | long int ValueLongInt = 0;
# | | ^~~~~~~~~~~~
# | | liValueLongInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:536:10: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:544:14: warning: invalid case style for global variable 'VolatileInt' [readability-identifier-naming]
# | 544 | volatile int VolatileInt = 0;
# | | ^~~~~~~~~~~
# | | iVolatileInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:544:14: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:548:18: warning: invalid case style for global variable 'ThreadLocalValueInt' [readability-identifier-naming]
# | 548 | thread_local int ThreadLocalValueInt = 0;
# | | ^~~~~~~~~~~~~~~~~~~
# | | iThreadLocalValueInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:548:18: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:552:12: warning: invalid case style for global variable 'ExternValueInt' [readability-identifier-naming]
# | 552 | extern int ExternValueInt;
# | | ^~~~~~~~~~~~~~
# | | iExternValueInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:552:12: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:557:20: warning: invalid case style for public member 'Size' [readability-identifier-naming]
# | 557 | mutable size_t Size;
# | | ^~~~
# | | nSize
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:557:20: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:562:29: warning: invalid case style for constexpr variable 'ConstExprInt' [readability-identifier-naming]
# | 562 | static constexpr int const &ConstExprInt = 42;
# | | ^~~~~~~~~~~~
# | | iConstExprInt
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:562:29: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:571:7: warning: invalid case style for global variable 'myiIndex' [readability-identifier-naming]
# | 571 | INDEX myiIndex = 0;
# | | ^~~~~~~~
# | | MyiIndex
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:571:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:579:7: warning: invalid case style for class 'ClassCase' [readability-identifier-naming]
# | 579 | class ClassCase { int Func(); };
# | | ^~~~~~~~~
# | | CClassCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:579:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:583:7: warning: invalid case style for abstract class 'AbstractClassCase' [readability-identifier-naming]
# | 583 | class AbstractClassCase { virtual int Func() = 0; };
# | | ^~~~~~~~~~~~~~~~~
# | | IAbstractClassCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:583:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:587:7: warning: invalid case style for abstract class 'AbstractClassCase1' [readability-identifier-naming]
# | 587 | class AbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
# | | ^~~~~~~~~~~~~~~~~~
# | | IAbstractClassCase1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:587:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:591:7: warning: invalid case style for class 'ClassConstantCase' [readability-identifier-naming]
# | 591 | class ClassConstantCase { public: static const int myiConstantCase; };
# | | ^~~~~~~~~~~~~~~~~
# | | CClassConstantCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:591:7: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:591:52: warning: invalid case style for class constant 'myiConstantCase' [readability-identifier-naming]
# | 591 | class ClassConstantCase { public: static const int myiConstantCase; };
# | | ^~~~~~~~~~~~~~~
# | | iMyiConstantCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:591:52: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:602:5: warning: invalid case style for global variable 'lower_case' [readability-identifier-naming]
# | 602 | int lower_case = 0;
# | | ^~~~~~~~~~
# | | iLowerCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:602:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:606:5: warning: invalid case style for global variable 'lower_case1' [readability-identifier-naming]
# | 606 | int lower_case1 = 0;
# | | ^~~~~~~~~~~
# | | iLowerCase1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:606:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:610:5: warning: invalid case style for global variable 'lower_case_2' [readability-identifier-naming]
# | 610 | int lower_case_2 = 0;
# | | ^~~~~~~~~~~~
# | | iLowerCase2
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:610:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:614:5: warning: invalid case style for global variable 'UPPER_CASE' [readability-identifier-naming]
# | 614 | int UPPER_CASE = 0;
# | | ^~~~~~~~~~
# | | iUpperCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:614:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:618:5: warning: invalid case style for global variable 'UPPER_CASE_1' [readability-identifier-naming]
# | 618 | int UPPER_CASE_1 = 0;
# | | ^~~~~~~~~~~~
# | | iUpperCase1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:618:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:622:5: warning: invalid case style for global variable 'camelBack' [readability-identifier-naming]
# | 622 | int camelBack = 0;
# | | ^~~~~~~~~
# | | iCamelBack
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:622:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:626:5: warning: invalid case style for global variable 'camelBack_1' [readability-identifier-naming]
# | 626 | int camelBack_1 = 0;
# | | ^~~~~~~~~~~
# | | iCamelBack1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:626:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:630:5: warning: invalid case style for global variable 'camelBack2' [readability-identifier-naming]
# | 630 | int camelBack2 = 0;
# | | ^~~~~~~~~~
# | | iCamelBack2
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:630:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:634:5: warning: invalid case style for global variable 'CamelCase' [readability-identifier-naming]
# | 634 | int CamelCase = 0;
# | | ^~~~~~~~~
# | | iCamelCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:634:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:638:5: warning: invalid case style for global variable 'CamelCase_1' [readability-identifier-naming]
# | 638 | int CamelCase_1 = 0;
# | | ^~~~~~~~~~~
# | | iCamelCase1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:638:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:642:5: warning: invalid case style for global variable 'CamelCase2' [readability-identifier-naming]
# | 642 | int CamelCase2 = 0;
# | | ^~~~~~~~~~
# | | iCamelCase2
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:642:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:646:5: warning: invalid case style for global variable 'camel_Snake_Back' [readability-identifier-naming]
# | 646 | int camel_Snake_Back = 0;
# | | ^~~~~~~~~~~~~~~~
# | | iCamelSnakeBack
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:646:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:650:5: warning: invalid case style for global variable 'camel_Snake_Back_1' [readability-identifier-naming]
# | 650 | int camel_Snake_Back_1 = 0;
# | | ^~~~~~~~~~~~~~~~~~
# | | iCamelSnakeBack1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:650:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:654:5: warning: invalid case style for global variable 'Camel_Snake_Case' [readability-identifier-naming]
# | 654 | int Camel_Snake_Case = 0;
# | | ^~~~~~~~~~~~~~~~
# | | iCamelSnakeCase
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:654:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:658:5: warning: invalid case style for global variable 'Camel_Snake_Case_1' [readability-identifier-naming]
# | 658 | int Camel_Snake_Case_1 = 0;
# | | ^~~~~~~~~~~~~~~~~~
# | | iCamelSnakeCase1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:658:5: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:665:17: warning: invalid case style for enum constant 'RevValid' [readability-identifier-naming]
# | 665 | enum REV_TYPE { RevValid };
# | | ^~~~~~~~
# | | rtRevValid
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:665:17: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:669:25: warning: invalid case style for enum constant 'OneByte' [readability-identifier-naming]
# | 669 | enum EnumConstantCase { OneByte, TwoByte };
# | | ^~~~~~~
# | | eccOneByte
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:669:25: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:669:34: warning: invalid case style for enum constant 'TwoByte' [readability-identifier-naming]
# | 669 | enum EnumConstantCase { OneByte, TwoByte };
# | | ^~~~~~~
# | | eccTwoByte
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:669:34: note: FIX-IT applied suggested code changes
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:674:37: warning: invalid case style for scoped enum constant 'Case1' [readability-identifier-naming]
# | 674 | enum class ScopedEnumConstantCase { Case1 };
# | | ^~~~~
# | | seccCase1
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:674:37: note: FIX-IT applied suggested code changes
# | clang-tidy applied 160 of 160 suggested fixes.
# |
# | Suppressed 1 warnings (1 with check filters).
# |
# |
# | ------------------------------------------------------------------
# | diff -u C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.orig C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp failed:
# | --- C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.orig 2025-12-24 19:38:05.131390300 +0000
# | +++ C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp 2025-12-24 19:38:05.275860600 +0000
# | @@ -9,159 +9,159 @@
# | //===----------------------------------------------------------------------===//
# |
# | class CMyClass1 {
# |
# | public:
# |
# | - static int ClassMemberCase;
# |
# | + static int iClassMemberCase;
# |
# | //
# |
# | //
# |
# |
# |
# | - char const ConstantMemberCase = 0;
# |
# | + char const cConstantMemberCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | - void MyFunc1(const int ConstantParameterCase);
# |
# | + void MyFunc1(const int iConstantParameterCase);
# |
# | //
# |
# | //
# |
# |
# |
# | - void MyFunc2(const int* ConstantPointerParameterCase);
# |
# | + void MyFunc2(const int* piConstantPointerParameterCase);
# |
# | //
# |
# | //
# |
# |
# |
# | - static constexpr int ConstexprVariableCase = 123;
# |
# | + static constexpr int iConstexprVariableCase = 123;
# |
# | //
# |
# | //
# |
# | };
# |
# |
# |
# | -const int GlobalConstantCase = 0;
# |
# | +const int iGlobalConstantCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -const int* GlobalConstantPointerCase = nullptr;
# |
# | +const int* piGlobalConstantPointerCase = nullptr;
# |
# | //
# |
# | //
# |
# |
# |
# | -int* GlobalPointerCase = nullptr;
# |
# | +int* piGlobalPointerCase = nullptr;
# |
# | //
# |
# | //
# |
# |
# |
# | -int GlobalVariableCase = 0;
# |
# | +int iGlobalVariableCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | void Func1(){
# |
# | - int const LocalConstantCase = 3;
# |
# | + int const iLocalConstantCase = 3;
# |
# | //
# |
# | //
# |
# |
# |
# | - unsigned const ConstantCase = 1;
# |
# | + unsigned const uConstantCase = 1;
# |
# | //
# |
# | //
# |
# |
# |
# | - int* const LocalConstantPointerCase = nullptr;
# |
# | + int* const piLocalConstantPointerCase = nullptr;
# |
# | //
# |
# | //
# |
# |
# |
# | - int *LocalPointerCase = nullptr;
# |
# | + int *piLocalPointerCase = nullptr;
# |
# | //
# |
# | //
# |
# |
# |
# | - int LocalVariableCase = 0;
# |
# | + int iLocalVariableCase = 0;
# |
# | //
# |
# | //
# |
# | }
# |
# |
# |
# | class CMyClass2 {
# |
# | - char MemberCase;
# |
# | + char cMemberCase;
# |
# | //
# |
# | //
# |
# |
# |
# | - void Func1(int ParameterCase);
# |
# | + void Func1(int iParameterCase);
# |
# | //
# |
# | //
# |
# |
# |
# | - void Func2(const int ParameterCase);
# |
# | + void Func2(const int iParameterCase);
# |
# | //
# |
# | //
# |
# |
# |
# | - void Func3(const int *PointerParameterCase);
# |
# | + void Func3(const int *piPointerParameterCase);
# |
# | //
# |
# | //
# |
# | };
# |
# |
# |
# | class CMyClass3 {
# |
# | private:
# |
# | - char PrivateMemberCase;
# |
# | + char cPrivateMemberCase;
# |
# | //
# |
# | //
# |
# |
# |
# | protected:
# |
# | - char ProtectedMemberCase;
# |
# | + char cProtectedMemberCase;
# |
# | //
# |
# | //
# |
# |
# |
# | public:
# |
# | - char PublicMemberCase;
# |
# | + char cPublicMemberCase;
# |
# | //
# |
# | //
# |
# | };
# |
# |
# |
# | -static const int StaticConstantCase = 3;
# |
# | +static const int iStaticConstantCase = 3;
# |
# | //
# |
# | //
# |
# |
# |
# | -static int StaticVariableCase = 3;
# |
# | +static int iStaticVariableCase = 3;
# |
# | //
# |
# | //
# |
# |
# |
# | -struct CMyStruct { int StructCase; };
# |
# | +struct CMyStruct { int iStructCase; };
# |
# | //
# |
# | //
# |
# |
# |
# | -union MyUnion { int UnionCase; long mylUnionCase; };
# |
# | +union MyUnion { int iUnionCase; long lMylUnionCase; };
# |
# | //
# |
# | //
# |
# |
# |
# | //===----------------------------------------------------------------------===//
# |
# | // C string
# |
# | //===----------------------------------------------------------------------===//
# |
# | -const char *NamePtr = "Name";
# |
# | +const char *szNamePtr = "Name";
# |
# | //
# |
# | //
# |
# |
# |
# | -const char NameArray[] = "Name";
# |
# | +const char szNameArray[] = "Name";
# |
# | //
# |
# | //
# |
# |
# |
# | -const char *NamePtrArray[] = {"AA", "BB"};
# |
# | +const char *pszNamePtrArray[] = {"AA", "BB"};
# |
# | //
# |
# | //
# |
# |
# |
# | -const wchar_t *WideNamePtr = L"Name";
# |
# | +const wchar_t *wszWideNamePtr = L"Name";
# |
# | //
# |
# | //
# |
# |
# |
# | -const wchar_t WideNameArray[] = L"Name";
# |
# | +const wchar_t wszWideNameArray[] = L"Name";
# |
# | //
# |
# | //
# |
# |
# |
# | -const wchar_t *WideNamePtrArray[] = {L"AA", L"BB"};
# |
# | +const wchar_t *pwszWideNamePtrArray[] = {L"AA", L"BB"};
# |
# | //
# |
# | //
# |
# |
# |
# | class CMyClass4 {
# |
# | private:
# |
# | - char *Name = "Text";
# |
# | + char *szName = "Text";
# |
# | //
# |
# | //
# |
# |
# |
# | - const char *ConstName = "Text";
# |
# | + const char *szConstName = "Text";
# |
# | //
# |
# | //
# |
# |
# |
# | public:
# |
# | - const char* DuplicateString(const char* Input, size_t mynRequiredSize);
# |
# | + const char* DuplicateString(const char* szInput, size_t nMynRequiredSize);
# |
# | //
# |
# | //
# |
# |
# |
# | - size_t UpdateText(const char* Buffer, size_t mynBufferSize);
# |
# | + size_t UpdateText(const char* szBuffer, size_t nMynBufferSize);
# |
# | //
# |
# | //
# |
# | };
# |
# | @@ -170,123 +170,123 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Microsoft Windows data types
# |
# | //===----------------------------------------------------------------------===//
# |
# | -DWORD MsDword = 0;
# |
# | +DWORD dwMsDword = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -BYTE MsByte = 0;
# |
# | +BYTE byMsByte = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -WORD MsWord = 0;
# |
# | +WORD wMsWord = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -BOOL MsBool = 0;
# |
# | +BOOL bMsBool = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -BOOLEAN MsBoolean = 0;
# |
# | +BOOLEAN bMsBoolean = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -CHAR MsValueChar = 0;
# |
# | +CHAR cMsValueChar = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UCHAR MsValueUchar = 0;
# |
# | +UCHAR ucMsValueUchar = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -SHORT MsValueShort = 0;
# |
# | +SHORT sMsValueShort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -USHORT MsValueUshort = 0;
# |
# | +USHORT usMsValueUshort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -WORD MsValueWord = 0;
# |
# | +WORD wMsValueWord = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -DWORD MsValueDword = 0;
# |
# | +DWORD dwMsValueDword = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -DWORD32 MsValueDword32 = 0;
# |
# | +DWORD32 dw32MsValueDword32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -DWORD64 MsValueDword64 = 0;
# |
# | +DWORD64 dw64MsValueDword64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -LONG MsValueLong = 0;
# |
# | +LONG lMsValueLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -ULONG MsValueUlong = 0;
# |
# | +ULONG ulMsValueUlong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -ULONG32 MsValueUlong32 = 0;
# |
# | +ULONG32 ul32MsValueUlong32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -ULONG64 MsValueUlong64 = 0;
# |
# | +ULONG64 ul64MsValueUlong64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -ULONGLONG MsValueUlongLong = 0;
# |
# | +ULONGLONG ullMsValueUlongLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -HANDLE MsValueHandle = 0;
# |
# | +HANDLE hMsValueHandle = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT MsValueInt = 0;
# |
# | +INT iMsValueInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT8 MsValueInt8 = 0;
# |
# | +INT8 i8MsValueInt8 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT16 MsValueInt16 = 0;
# |
# | +INT16 i16MsValueInt16 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT32 MsValueInt32 = 0;
# |
# | +INT32 i32MsValueInt32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT64 MsValueINt64 = 0;
# |
# | +INT64 i64MsValueINt64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT MsValueUint = 0;
# |
# | +UINT uiMsValueUint = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT8 MsValueUint8 = 0;
# |
# | +UINT8 u8MsValueUint8 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT16 MsValueUint16 = 0;
# |
# | +UINT16 u16MsValueUint16 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT32 MsValueUint32 = 0;
# |
# | +UINT32 u32MsValueUint32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT64 MsValueUint64 = 0;
# |
# | +UINT64 u64MsValueUint64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -PVOID MsValuePvoid = NULL;
# |
# | +PVOID pMsValuePvoid = NULL;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -294,19 +294,19 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Array
# |
# | //===----------------------------------------------------------------------===//
# |
# | -unsigned GlobalUnsignedArray[] = {1, 2, 3};
# |
# | +unsigned aGlobalUnsignedArray[] = {1, 2, 3};
# |
# | //
# |
# | //
# |
# |
# |
# | -int GlobalIntArray[] = {1, 2, 3};
# |
# | +int aGlobalIntArray[] = {1, 2, 3};
# |
# | //
# |
# | //
# |
# |
# |
# | -int DataInt[1] = {0};
# |
# | +int aDataInt[1] = {0};
# |
# | //
# |
# | //
# |
# |
# |
# | -int DataArray[2] = {0};
# |
# | +int aDataArray[2] = {0};
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -314,56 +314,56 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Pointer
# |
# | //===----------------------------------------------------------------------===//
# |
# | -int *DataIntPtr[1] = {0};
# |
# | +int *paDataIntPtr[1] = {0};
# |
# | //
# |
# | //
# |
# |
# |
# | -void *BufferPtr1;
# |
# | +void *pBufferPtr1;
# |
# | //
# |
# | //
# |
# |
# |
# | -void **BufferPtr2;
# |
# | +void **ppBufferPtr2;
# |
# | //
# |
# | //
# |
# |
# |
# | -void **mypBufferPtr3;
# |
# | +void **ppMypBufferPtr3;
# |
# | //
# |
# | //
# |
# |
# |
# | -int *mypBufferPtr4;
# |
# | +int *piMypBufferPtr4;
# |
# | //
# |
# | //
# |
# |
# |
# | typedef void (*FUNC_PTR_HELLO)();
# |
# | -FUNC_PTR_HELLO Hello = NULL;
# |
# | +FUNC_PTR_HELLO fnHello = NULL;
# |
# | //
# |
# | //
# |
# |
# |
# | -void *ValueVoidPtr = NULL;
# |
# | +void *pValueVoidPtr = NULL;
# |
# | //
# |
# | //
# |
# |
# |
# | -ptrdiff_t PtrDiff = NULL;
# |
# | +ptrdiff_t pPtrDiff = NULL;
# |
# | //
# |
# | //
# |
# |
# |
# | -int8_t *ValueI8Ptr;
# |
# | +int8_t *pi8ValueI8Ptr;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint8_t *ValueU8Ptr;
# |
# | +uint8_t *pu8ValueU8Ptr;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned char *ValueUcPtr;
# |
# | +unsigned char *pucValueUcPtr;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned char **ValueUcPtr2;
# |
# | +unsigned char **ppucValueUcPtr2;
# |
# | //
# |
# | //
# |
# |
# |
# | -void MyFunc2(void* Val){}
# |
# | +void MyFunc2(void* pVal){}
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -371,17 +371,17 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Reference
# |
# | //===----------------------------------------------------------------------===//
# |
# | -int myiValueIndex = 1;
# |
# | -int &RefValueIndex = myiValueIndex;
# |
# | +int iMyiValueIndex = 1;
# |
# | +int &iRefValueIndex = iMyiValueIndex;
# |
# | //
# |
# | //
# |
# |
# |
# | -const int &ConstRefValue = myiValueIndex;
# |
# | +const int &iConstRefValue = iMyiValueIndex;
# |
# | //
# |
# | //
# |
# |
# |
# | -long long myllValueLongLong = 2;
# |
# | -long long &RefValueLongLong = myllValueLongLong;
# |
# | +long long llMyllValueLongLong = 2;
# |
# | +long long &llRefValueLongLong = llMyllValueLongLong;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -389,151 +389,151 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Various types
# |
# | //===----------------------------------------------------------------------===//
# |
# | -int8_t ValueI8;
# |
# | +int8_t i8ValueI8;
# |
# | //
# |
# | //
# |
# |
# |
# | -int16_t ValueI16 = 0;
# |
# | +int16_t i16ValueI16 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int32_t ValueI32 = 0;
# |
# | +int32_t i32ValueI32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int64_t ValueI64 = 0;
# |
# | +int64_t i64ValueI64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint8_t ValueU8 = 0;
# |
# | +uint8_t u8ValueU8 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint16_t ValueU16 = 0;
# |
# | +uint16_t u16ValueU16 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint32_t ValueU32 = 0;
# |
# | +uint32_t u32ValueU32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint64_t ValueU64 = 0;
# |
# | +uint64_t u64ValueU64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -float ValueFloat = 0;
# |
# | +float fValueFloat = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -double ValueDouble = 0;
# |
# | +double dValueDouble = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -char ValueChar = 'c';
# |
# | +char cValueChar = 'c';
# |
# | //
# |
# | //
# |
# |
# |
# | -bool ValueBool = true;
# |
# | +bool bValueBool = true;
# |
# | //
# |
# | //
# |
# |
# |
# | -int ValueInt = 0;
# |
# | +int iValueInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -size_t ValueSize = 0;
# |
# | +size_t nValueSize = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -wchar_t ValueWchar = 'w';
# |
# | +wchar_t wcValueWchar = 'w';
# |
# | //
# |
# | //
# |
# |
# |
# | -short ValueShort = 0;
# |
# | +short sValueShort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned ValueUnsigned = 0;
# |
# | +unsigned uValueUnsigned = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed ValueSigned = 0;
# |
# | +signed sValueSigned = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long ValueLong = 0;
# |
# | +long lValueLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long long ValueLongLong = 0;
# |
# | +long long llValueLongLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long long int ValueLongLongInt = 0;
# |
# | +long long int lliValueLongLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long double ValueLongDouble = 0;
# |
# | +long double ldValueLongDouble = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed int ValueSignedInt = 0;
# |
# | +signed int siValueSignedInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed short ValueSignedShort = 0;
# |
# | +signed short ssValueSignedShort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed short int ValueSignedShortInt = 0;
# |
# | +signed short int ssiValueSignedShortInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed long long ValueSignedLongLong = 0;
# |
# | +signed long long sllValueSignedLongLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed long int ValueSignedLongInt = 0;
# |
# | +signed long int sliValueSignedLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed long ValueSignedLong = 0;
# |
# | +signed long slValueSignedLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned long long int ValueUnsignedLongLongInt = 0;
# |
# | +unsigned long long int ulliValueUnsignedLongLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned long long ValueUnsignedLongLong = 0;
# |
# | +unsigned long long ullValueUnsignedLongLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned long int ValueUnsignedLongInt = 0;
# |
# | +unsigned long int uliValueUnsignedLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned long ValueUnsignedLong = 0;
# |
# | +unsigned long ulValueUnsignedLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned short int ValueUnsignedShortInt = 0;
# |
# | +unsigned short int usiValueUnsignedShortInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned short ValueUnsignedShort = 0;
# |
# | +unsigned short usValueUnsignedShort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned int ValueUnsignedInt = 0;
# |
# | +unsigned int uiValueUnsignedInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned char ValueUnsignedChar = 0;
# |
# | +unsigned char ucValueUnsignedChar = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long int ValueLongInt = 0;
# |
# | +long int liValueLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -541,25 +541,25 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Specifier, Qualifier, Other keywords
# |
# | //===----------------------------------------------------------------------===//
# |
# | -volatile int VolatileInt = 0;
# |
# | +volatile int iVolatileInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -thread_local int ThreadLocalValueInt = 0;
# |
# | +thread_local int iThreadLocalValueInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -extern int ExternValueInt;
# |
# | +extern int iExternValueInt;
# |
# | //
# |
# | //
# |
# |
# |
# | struct CDataBuffer {
# |
# | - mutable size_t Size;
# |
# | + mutable size_t nSize;
# |
# | };
# |
# | //
# |
# | //
# |
# |
# |
# | -static constexpr int const &ConstExprInt = 42;
# |
# | +static constexpr int const &iConstExprInt = 42;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -568,7 +568,7 @@
# | // Redefined types
# |
# | //===----------------------------------------------------------------------===//
# |
# | typedef int INDEX;
# |
# | -INDEX myiIndex = 0;
# |
# | +INDEX MyiIndex = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -576,19 +576,19 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Class and struct
# |
# | //===----------------------------------------------------------------------===//
# |
# | -class ClassCase { int Func(); };
# |
# | +class CClassCase { int Func(); };
# |
# | //
# |
# | //
# |
# |
# |
# | -class AbstractClassCase { virtual int Func() = 0; };
# |
# | +class IAbstractClassCase { virtual int Func() = 0; };
# |
# | //
# |
# | //
# |
# |
# |
# | -class AbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
# |
# | +class IAbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
# |
# | //
# |
# | //
# |
# |
# |
# | -class ClassConstantCase { public: static const int myiConstantCase; };
# |
# | +class CClassConstantCase { public: static const int iMyiConstantCase; };
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -599,79 +599,79 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Other Cases
# |
# | //===----------------------------------------------------------------------===//
# |
# | -int lower_case = 0;
# |
# | +int iLowerCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int lower_case1 = 0;
# |
# | +int iLowerCase1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int lower_case_2 = 0;
# |
# | +int iLowerCase2 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int UPPER_CASE = 0;
# |
# | +int iUpperCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int UPPER_CASE_1 = 0;
# |
# | +int iUpperCase1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camelBack = 0;
# |
# | +int iCamelBack = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camelBack_1 = 0;
# |
# | +int iCamelBack1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camelBack2 = 0;
# |
# | +int iCamelBack2 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int CamelCase = 0;
# |
# | +int iCamelCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int CamelCase_1 = 0;
# |
# | +int iCamelCase1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int CamelCase2 = 0;
# |
# | +int iCamelCase2 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camel_Snake_Back = 0;
# |
# | +int iCamelSnakeBack = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camel_Snake_Back_1 = 0;
# |
# | +int iCamelSnakeBack1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int Camel_Snake_Case = 0;
# |
# | +int iCamelSnakeCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int Camel_Snake_Case_1 = 0;
# |
# | +int iCamelSnakeCase1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | //===----------------------------------------------------------------------===//
# |
# | // Enum
# |
# | //===----------------------------------------------------------------------===//
# |
# | -enum REV_TYPE { RevValid };
# |
# | +enum REV_TYPE { rtRevValid };
# |
# | //
# |
# | //
# |
# |
# |
# | -enum EnumConstantCase { OneByte, TwoByte };
# |
# | +enum EnumConstantCase { eccOneByte, eccTwoByte };
# |
# | //
# |
# | //
# |
# | //
# |
# |
# |
# | -enum class ScopedEnumConstantCase { Case1 };
# |
# | +enum class ScopedEnumConstantCase { seccCase1 };
# |
# | //
# |
# | //
# |
# | // clang-format on
# |
# |
# | ------------------------------ Fixes -----------------------------
# | --- C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.orig 2025-12-24 19:38:05.131390300 +0000
# | +++ C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp 2025-12-24 19:38:05.275860600 +0000
# | @@ -9,159 +9,159 @@
# | //===----------------------------------------------------------------------===//
# |
# | class CMyClass1 {
# |
# | public:
# |
# | - static int ClassMemberCase;
# |
# | + static int iClassMemberCase;
# |
# | //
# |
# | //
# |
# |
# |
# | - char const ConstantMemberCase = 0;
# |
# | + char const cConstantMemberCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | - void MyFunc1(const int ConstantParameterCase);
# |
# | + void MyFunc1(const int iConstantParameterCase);
# |
# | //
# |
# | //
# |
# |
# |
# | - void MyFunc2(const int* ConstantPointerParameterCase);
# |
# | + void MyFunc2(const int* piConstantPointerParameterCase);
# |
# | //
# |
# | //
# |
# |
# |
# | - static constexpr int ConstexprVariableCase = 123;
# |
# | + static constexpr int iConstexprVariableCase = 123;
# |
# | //
# |
# | //
# |
# | };
# |
# |
# |
# | -const int GlobalConstantCase = 0;
# |
# | +const int iGlobalConstantCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -const int* GlobalConstantPointerCase = nullptr;
# |
# | +const int* piGlobalConstantPointerCase = nullptr;
# |
# | //
# |
# | //
# |
# |
# |
# | -int* GlobalPointerCase = nullptr;
# |
# | +int* piGlobalPointerCase = nullptr;
# |
# | //
# |
# | //
# |
# |
# |
# | -int GlobalVariableCase = 0;
# |
# | +int iGlobalVariableCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | void Func1(){
# |
# | - int const LocalConstantCase = 3;
# |
# | + int const iLocalConstantCase = 3;
# |
# | //
# |
# | //
# |
# |
# |
# | - unsigned const ConstantCase = 1;
# |
# | + unsigned const uConstantCase = 1;
# |
# | //
# |
# | //
# |
# |
# |
# | - int* const LocalConstantPointerCase = nullptr;
# |
# | + int* const piLocalConstantPointerCase = nullptr;
# |
# | //
# |
# | //
# |
# |
# |
# | - int *LocalPointerCase = nullptr;
# |
# | + int *piLocalPointerCase = nullptr;
# |
# | //
# |
# | //
# |
# |
# |
# | - int LocalVariableCase = 0;
# |
# | + int iLocalVariableCase = 0;
# |
# | //
# |
# | //
# |
# | }
# |
# |
# |
# | class CMyClass2 {
# |
# | - char MemberCase;
# |
# | + char cMemberCase;
# |
# | //
# |
# | //
# |
# |
# |
# | - void Func1(int ParameterCase);
# |
# | + void Func1(int iParameterCase);
# |
# | //
# |
# | //
# |
# |
# |
# | - void Func2(const int ParameterCase);
# |
# | + void Func2(const int iParameterCase);
# |
# | //
# |
# | //
# |
# |
# |
# | - void Func3(const int *PointerParameterCase);
# |
# | + void Func3(const int *piPointerParameterCase);
# |
# | //
# |
# | //
# |
# | };
# |
# |
# |
# | class CMyClass3 {
# |
# | private:
# |
# | - char PrivateMemberCase;
# |
# | + char cPrivateMemberCase;
# |
# | //
# |
# | //
# |
# |
# |
# | protected:
# |
# | - char ProtectedMemberCase;
# |
# | + char cProtectedMemberCase;
# |
# | //
# |
# | //
# |
# |
# |
# | public:
# |
# | - char PublicMemberCase;
# |
# | + char cPublicMemberCase;
# |
# | //
# |
# | //
# |
# | };
# |
# |
# |
# | -static const int StaticConstantCase = 3;
# |
# | +static const int iStaticConstantCase = 3;
# |
# | //
# |
# | //
# |
# |
# |
# | -static int StaticVariableCase = 3;
# |
# | +static int iStaticVariableCase = 3;
# |
# | //
# |
# | //
# |
# |
# |
# | -struct CMyStruct { int StructCase; };
# |
# | +struct CMyStruct { int iStructCase; };
# |
# | //
# |
# | //
# |
# |
# |
# | -union MyUnion { int UnionCase; long mylUnionCase; };
# |
# | +union MyUnion { int iUnionCase; long lMylUnionCase; };
# |
# | //
# |
# | //
# |
# |
# |
# | //===----------------------------------------------------------------------===//
# |
# | // C string
# |
# | //===----------------------------------------------------------------------===//
# |
# | -const char *NamePtr = "Name";
# |
# | +const char *szNamePtr = "Name";
# |
# | //
# |
# | //
# |
# |
# |
# | -const char NameArray[] = "Name";
# |
# | +const char szNameArray[] = "Name";
# |
# | //
# |
# | //
# |
# |
# |
# | -const char *NamePtrArray[] = {"AA", "BB"};
# |
# | +const char *pszNamePtrArray[] = {"AA", "BB"};
# |
# | //
# |
# | //
# |
# |
# |
# | -const wchar_t *WideNamePtr = L"Name";
# |
# | +const wchar_t *wszWideNamePtr = L"Name";
# |
# | //
# |
# | //
# |
# |
# |
# | -const wchar_t WideNameArray[] = L"Name";
# |
# | +const wchar_t wszWideNameArray[] = L"Name";
# |
# | //
# |
# | //
# |
# |
# |
# | -const wchar_t *WideNamePtrArray[] = {L"AA", L"BB"};
# |
# | +const wchar_t *pwszWideNamePtrArray[] = {L"AA", L"BB"};
# |
# | //
# |
# | //
# |
# |
# |
# | class CMyClass4 {
# |
# | private:
# |
# | - char *Name = "Text";
# |
# | + char *szName = "Text";
# |
# | //
# |
# | //
# |
# |
# |
# | - const char *ConstName = "Text";
# |
# | + const char *szConstName = "Text";
# |
# | //
# |
# | //
# |
# |
# |
# | public:
# |
# | - const char* DuplicateString(const char* Input, size_t mynRequiredSize);
# |
# | + const char* DuplicateString(const char* szInput, size_t nMynRequiredSize);
# |
# | //
# |
# | //
# |
# |
# |
# | - size_t UpdateText(const char* Buffer, size_t mynBufferSize);
# |
# | + size_t UpdateText(const char* szBuffer, size_t nMynBufferSize);
# |
# | //
# |
# | //
# |
# | };
# |
# | @@ -170,123 +170,123 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Microsoft Windows data types
# |
# | //===----------------------------------------------------------------------===//
# |
# | -DWORD MsDword = 0;
# |
# | +DWORD dwMsDword = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -BYTE MsByte = 0;
# |
# | +BYTE byMsByte = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -WORD MsWord = 0;
# |
# | +WORD wMsWord = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -BOOL MsBool = 0;
# |
# | +BOOL bMsBool = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -BOOLEAN MsBoolean = 0;
# |
# | +BOOLEAN bMsBoolean = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -CHAR MsValueChar = 0;
# |
# | +CHAR cMsValueChar = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UCHAR MsValueUchar = 0;
# |
# | +UCHAR ucMsValueUchar = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -SHORT MsValueShort = 0;
# |
# | +SHORT sMsValueShort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -USHORT MsValueUshort = 0;
# |
# | +USHORT usMsValueUshort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -WORD MsValueWord = 0;
# |
# | +WORD wMsValueWord = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -DWORD MsValueDword = 0;
# |
# | +DWORD dwMsValueDword = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -DWORD32 MsValueDword32 = 0;
# |
# | +DWORD32 dw32MsValueDword32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -DWORD64 MsValueDword64 = 0;
# |
# | +DWORD64 dw64MsValueDword64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -LONG MsValueLong = 0;
# |
# | +LONG lMsValueLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -ULONG MsValueUlong = 0;
# |
# | +ULONG ulMsValueUlong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -ULONG32 MsValueUlong32 = 0;
# |
# | +ULONG32 ul32MsValueUlong32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -ULONG64 MsValueUlong64 = 0;
# |
# | +ULONG64 ul64MsValueUlong64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -ULONGLONG MsValueUlongLong = 0;
# |
# | +ULONGLONG ullMsValueUlongLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -HANDLE MsValueHandle = 0;
# |
# | +HANDLE hMsValueHandle = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT MsValueInt = 0;
# |
# | +INT iMsValueInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT8 MsValueInt8 = 0;
# |
# | +INT8 i8MsValueInt8 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT16 MsValueInt16 = 0;
# |
# | +INT16 i16MsValueInt16 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT32 MsValueInt32 = 0;
# |
# | +INT32 i32MsValueInt32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -INT64 MsValueINt64 = 0;
# |
# | +INT64 i64MsValueINt64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT MsValueUint = 0;
# |
# | +UINT uiMsValueUint = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT8 MsValueUint8 = 0;
# |
# | +UINT8 u8MsValueUint8 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT16 MsValueUint16 = 0;
# |
# | +UINT16 u16MsValueUint16 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT32 MsValueUint32 = 0;
# |
# | +UINT32 u32MsValueUint32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -UINT64 MsValueUint64 = 0;
# |
# | +UINT64 u64MsValueUint64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -PVOID MsValuePvoid = NULL;
# |
# | +PVOID pMsValuePvoid = NULL;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -294,19 +294,19 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Array
# |
# | //===----------------------------------------------------------------------===//
# |
# | -unsigned GlobalUnsignedArray[] = {1, 2, 3};
# |
# | +unsigned aGlobalUnsignedArray[] = {1, 2, 3};
# |
# | //
# |
# | //
# |
# |
# |
# | -int GlobalIntArray[] = {1, 2, 3};
# |
# | +int aGlobalIntArray[] = {1, 2, 3};
# |
# | //
# |
# | //
# |
# |
# |
# | -int DataInt[1] = {0};
# |
# | +int aDataInt[1] = {0};
# |
# | //
# |
# | //
# |
# |
# |
# | -int DataArray[2] = {0};
# |
# | +int aDataArray[2] = {0};
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -314,56 +314,56 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Pointer
# |
# | //===----------------------------------------------------------------------===//
# |
# | -int *DataIntPtr[1] = {0};
# |
# | +int *paDataIntPtr[1] = {0};
# |
# | //
# |
# | //
# |
# |
# |
# | -void *BufferPtr1;
# |
# | +void *pBufferPtr1;
# |
# | //
# |
# | //
# |
# |
# |
# | -void **BufferPtr2;
# |
# | +void **ppBufferPtr2;
# |
# | //
# |
# | //
# |
# |
# |
# | -void **mypBufferPtr3;
# |
# | +void **ppMypBufferPtr3;
# |
# | //
# |
# | //
# |
# |
# |
# | -int *mypBufferPtr4;
# |
# | +int *piMypBufferPtr4;
# |
# | //
# |
# | //
# |
# |
# |
# | typedef void (*FUNC_PTR_HELLO)();
# |
# | -FUNC_PTR_HELLO Hello = NULL;
# |
# | +FUNC_PTR_HELLO fnHello = NULL;
# |
# | //
# |
# | //
# |
# |
# |
# | -void *ValueVoidPtr = NULL;
# |
# | +void *pValueVoidPtr = NULL;
# |
# | //
# |
# | //
# |
# |
# |
# | -ptrdiff_t PtrDiff = NULL;
# |
# | +ptrdiff_t pPtrDiff = NULL;
# |
# | //
# |
# | //
# |
# |
# |
# | -int8_t *ValueI8Ptr;
# |
# | +int8_t *pi8ValueI8Ptr;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint8_t *ValueU8Ptr;
# |
# | +uint8_t *pu8ValueU8Ptr;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned char *ValueUcPtr;
# |
# | +unsigned char *pucValueUcPtr;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned char **ValueUcPtr2;
# |
# | +unsigned char **ppucValueUcPtr2;
# |
# | //
# |
# | //
# |
# |
# |
# | -void MyFunc2(void* Val){}
# |
# | +void MyFunc2(void* pVal){}
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -371,17 +371,17 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Reference
# |
# | //===----------------------------------------------------------------------===//
# |
# | -int myiValueIndex = 1;
# |
# | -int &RefValueIndex = myiValueIndex;
# |
# | +int iMyiValueIndex = 1;
# |
# | +int &iRefValueIndex = iMyiValueIndex;
# |
# | //
# |
# | //
# |
# |
# |
# | -const int &ConstRefValue = myiValueIndex;
# |
# | +const int &iConstRefValue = iMyiValueIndex;
# |
# | //
# |
# | //
# |
# |
# |
# | -long long myllValueLongLong = 2;
# |
# | -long long &RefValueLongLong = myllValueLongLong;
# |
# | +long long llMyllValueLongLong = 2;
# |
# | +long long &llRefValueLongLong = llMyllValueLongLong;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -389,151 +389,151 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Various types
# |
# | //===----------------------------------------------------------------------===//
# |
# | -int8_t ValueI8;
# |
# | +int8_t i8ValueI8;
# |
# | //
# |
# | //
# |
# |
# |
# | -int16_t ValueI16 = 0;
# |
# | +int16_t i16ValueI16 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int32_t ValueI32 = 0;
# |
# | +int32_t i32ValueI32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int64_t ValueI64 = 0;
# |
# | +int64_t i64ValueI64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint8_t ValueU8 = 0;
# |
# | +uint8_t u8ValueU8 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint16_t ValueU16 = 0;
# |
# | +uint16_t u16ValueU16 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint32_t ValueU32 = 0;
# |
# | +uint32_t u32ValueU32 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -uint64_t ValueU64 = 0;
# |
# | +uint64_t u64ValueU64 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -float ValueFloat = 0;
# |
# | +float fValueFloat = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -double ValueDouble = 0;
# |
# | +double dValueDouble = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -char ValueChar = 'c';
# |
# | +char cValueChar = 'c';
# |
# | //
# |
# | //
# |
# |
# |
# | -bool ValueBool = true;
# |
# | +bool bValueBool = true;
# |
# | //
# |
# | //
# |
# |
# |
# | -int ValueInt = 0;
# |
# | +int iValueInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -size_t ValueSize = 0;
# |
# | +size_t nValueSize = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -wchar_t ValueWchar = 'w';
# |
# | +wchar_t wcValueWchar = 'w';
# |
# | //
# |
# | //
# |
# |
# |
# | -short ValueShort = 0;
# |
# | +short sValueShort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned ValueUnsigned = 0;
# |
# | +unsigned uValueUnsigned = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed ValueSigned = 0;
# |
# | +signed sValueSigned = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long ValueLong = 0;
# |
# | +long lValueLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long long ValueLongLong = 0;
# |
# | +long long llValueLongLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long long int ValueLongLongInt = 0;
# |
# | +long long int lliValueLongLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long double ValueLongDouble = 0;
# |
# | +long double ldValueLongDouble = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed int ValueSignedInt = 0;
# |
# | +signed int siValueSignedInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed short ValueSignedShort = 0;
# |
# | +signed short ssValueSignedShort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed short int ValueSignedShortInt = 0;
# |
# | +signed short int ssiValueSignedShortInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed long long ValueSignedLongLong = 0;
# |
# | +signed long long sllValueSignedLongLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed long int ValueSignedLongInt = 0;
# |
# | +signed long int sliValueSignedLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -signed long ValueSignedLong = 0;
# |
# | +signed long slValueSignedLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned long long int ValueUnsignedLongLongInt = 0;
# |
# | +unsigned long long int ulliValueUnsignedLongLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned long long ValueUnsignedLongLong = 0;
# |
# | +unsigned long long ullValueUnsignedLongLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned long int ValueUnsignedLongInt = 0;
# |
# | +unsigned long int uliValueUnsignedLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned long ValueUnsignedLong = 0;
# |
# | +unsigned long ulValueUnsignedLong = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned short int ValueUnsignedShortInt = 0;
# |
# | +unsigned short int usiValueUnsignedShortInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned short ValueUnsignedShort = 0;
# |
# | +unsigned short usValueUnsignedShort = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned int ValueUnsignedInt = 0;
# |
# | +unsigned int uiValueUnsignedInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -unsigned char ValueUnsignedChar = 0;
# |
# | +unsigned char ucValueUnsignedChar = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -long int ValueLongInt = 0;
# |
# | +long int liValueLongInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -541,25 +541,25 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Specifier, Qualifier, Other keywords
# |
# | //===----------------------------------------------------------------------===//
# |
# | -volatile int VolatileInt = 0;
# |
# | +volatile int iVolatileInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -thread_local int ThreadLocalValueInt = 0;
# |
# | +thread_local int iThreadLocalValueInt = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -extern int ExternValueInt;
# |
# | +extern int iExternValueInt;
# |
# | //
# |
# | //
# |
# |
# |
# | struct CDataBuffer {
# |
# | - mutable size_t Size;
# |
# | + mutable size_t nSize;
# |
# | };
# |
# | //
# |
# | //
# |
# |
# |
# | -static constexpr int const &ConstExprInt = 42;
# |
# | +static constexpr int const &iConstExprInt = 42;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -568,7 +568,7 @@
# | // Redefined types
# |
# | //===----------------------------------------------------------------------===//
# |
# | typedef int INDEX;
# |
# | -INDEX myiIndex = 0;
# |
# | +INDEX MyiIndex = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -576,19 +576,19 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Class and struct
# |
# | //===----------------------------------------------------------------------===//
# |
# | -class ClassCase { int Func(); };
# |
# | +class CClassCase { int Func(); };
# |
# | //
# |
# | //
# |
# |
# |
# | -class AbstractClassCase { virtual int Func() = 0; };
# |
# | +class IAbstractClassCase { virtual int Func() = 0; };
# |
# | //
# |
# | //
# |
# |
# |
# | -class AbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
# |
# | +class IAbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
# |
# | //
# |
# | //
# |
# |
# |
# | -class ClassConstantCase { public: static const int myiConstantCase; };
# |
# | +class CClassConstantCase { public: static const int iMyiConstantCase; };
# |
# | //
# |
# | //
# |
# |
# |
# | @@ -599,79 +599,79 @@
# | //===----------------------------------------------------------------------===//
# |
# | // Other Cases
# |
# | //===----------------------------------------------------------------------===//
# |
# | -int lower_case = 0;
# |
# | +int iLowerCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int lower_case1 = 0;
# |
# | +int iLowerCase1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int lower_case_2 = 0;
# |
# | +int iLowerCase2 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int UPPER_CASE = 0;
# |
# | +int iUpperCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int UPPER_CASE_1 = 0;
# |
# | +int iUpperCase1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camelBack = 0;
# |
# | +int iCamelBack = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camelBack_1 = 0;
# |
# | +int iCamelBack1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camelBack2 = 0;
# |
# | +int iCamelBack2 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int CamelCase = 0;
# |
# | +int iCamelCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int CamelCase_1 = 0;
# |
# | +int iCamelCase1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int CamelCase2 = 0;
# |
# | +int iCamelCase2 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camel_Snake_Back = 0;
# |
# | +int iCamelSnakeBack = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int camel_Snake_Back_1 = 0;
# |
# | +int iCamelSnakeBack1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int Camel_Snake_Case = 0;
# |
# | +int iCamelSnakeCase = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | -int Camel_Snake_Case_1 = 0;
# |
# | +int iCamelSnakeCase1 = 0;
# |
# | //
# |
# | //
# |
# |
# |
# | //===----------------------------------------------------------------------===//
# |
# | // Enum
# |
# | //===----------------------------------------------------------------------===//
# |
# | -enum REV_TYPE { RevValid };
# |
# | +enum REV_TYPE { rtRevValid };
# |
# | //
# |
# | //
# |
# |
# |
# | -enum EnumConstantCase { OneByte, TwoByte };
# |
# | +enum EnumConstantCase { eccOneByte, eccTwoByte };
# |
# | //
# |
# | //
# |
# | //
# |
# |
# |
# | -enum class ScopedEnumConstantCase { Case1 };
# |
# | +enum class ScopedEnumConstantCase { seccCase1 };
# |
# | //
# |
# | //
# |
# | // clang-format on
# |
# |
# | ------------------------------------------------------------------
# | FileCheck --input-file=C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability\identifier-naming-hungarian-notation-cfgfile.cpp --check-prefixes=CHECK-FIXES --match-full-lines failed:
# | C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability\identifier-naming-hungarian-notation-cfgfile.cpp:14:18: error: CHECK-FIXES: expected string not found in input
# |
# | // CHECK-FIXES: static int myiClassMemberCase;
# |
# | ^
# |
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:1:1: note: scanning from here
# |
# | // RUN: %check_clang_tidy %s readability-identifier-naming %t -- \
# |
# | ^
# |
# | C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp:12:2: note: possible intended match here
# |
# | static int iClassMemberCase;
# |
# | ^
# |
# |
# |
# | Input file: C:\_work\llvm-project\llvm-project\build\tools\clang\tools\extra\test\clang-tidy\checkers\readability\Output\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp
# |
# | Check file: C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\checkers\readability\identifier-naming-hungarian-notation-cfgfile.cpp
# |
# |
# |
# | -dump-input=help explains the following input dump.
# |
# |
# |
# | Input was:
# |
# | <<<<<<
# |
# | 1: // RUN: %check_clang_tidy %s readability-identifier-naming %t -- \
# |
# | check:14'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |
# | 2: // RUN: --config-file=%S/Inputs/identifier-naming/hungarian-notation2/.clang-tidy -- -I %S
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |
# | 3:
# |
# | check:14'0 ~
# |
# | 4: #include "identifier-naming-standard-types.h"
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |
# | 5:
# |
# | check:14'0 ~
# |
# | 6: // clang-format off
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~~~
# |
# | 7: //===----------------------------------------------------------------------===//
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |
# | 8: // Cases to CheckOptions
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
# |
# | 9: //===----------------------------------------------------------------------===//
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |
# | 10: class CMyClass1 {
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~
# |
# | 11: public:
# |
# | check:14'0 ~~~~~~~~
# |
# | 12: static int iClassMemberCase;
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |
# | check:14'1 ? possible intended match
# |
# | 13: //
# |
# | check:14'0 ~~~~
# |
# | 14: //
# |
# | check:14'0 ~~~~
# |
# | 15:
# |
# | check:14'0 ~
# |
# | 16: char const cConstantMemberCase = 0;
# |
# | check:14'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |
# | 17: //
# |
# | check:14'0 ~~~~
# |
# | .
# |
# | .
# |
# | .
# |
# | >>>>>>
# |
# |
# `-----------------------------
# .---command stderr------------
# | Traceback (most recent call last):
# | File "C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\check_clang_tidy.py", line 413, in <module>
# | main()
# | File "C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\check_clang_tidy.py", line 409, in main
# | CheckRunner(args, extra_args).run()
# | File "C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\check_clang_tidy.py", line 311, in run
# | self.check_fixes()
# | File "C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\check_clang_tidy.py", line 255, in check_fixes
# | try_run(
# | File "C:\_work\llvm-project\llvm-project\clang-tools-extra\test\clang-tidy\check_clang_tidy.py", line 63, in try_run
# | process_output = subprocess.check_output(args, stderr=subprocess.STDOUT).decode(
# | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# | File "c:\python312\Lib\subprocess.py", line 466, in check_output
# | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
# | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# | File "c:\python312\Lib\subprocess.py", line 571, in run
# | raise CalledProcessError(retcode, process.args,
# | subprocess.CalledProcessError: Command '['FileCheck', '--input-file=C:\\_work\\llvm-project\\llvm-project\\build\\tools\\clang\\tools\\extra\\test\\clang-tidy\\checkers\\readability\\Output\\identifier-naming-hungarian-notation-cfgfile.cpp.tmp.cpp', 'C:\\_work\\llvm-project\\llvm-project\\clang-tools-extra\\test\\clang-tidy\\checkers\\readability\\identifier-naming-hungarian-notation-cfgfile.cpp', '--check-prefixes=CHECK-FIXES', '--match-full-lines']' returned non-zero exit status 1.
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/173506
More information about the cfe-commits
mailing list