In D144510#4254959, @dougpuob wrote:Hi @amurzeau
I missed the review before landing. I have a suggestion regarding the customized prefix "cust" because it confused me when I found the Hungarian notation patterns in the output message. Perhaps using "my" instead of "cust" would improve readability.
Take some examples:
- const char *custszNamePtr = "Name"; --> myszNamePtr
- uint8_t custu8ValueU8 = 0; --> myu8ValueU8
- DWORD custdwMsDword = 0; --> mydwMsDword
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Apr 10 2023
Apr 10 2023
amurzeau added a comment to D144510: [clang-tidy] improve readability-identifier-naming hungarian options test.
amurzeau accepted D147779: [clang-tidy] Fix hungarian notation failed to indicate the number of asterisks in check-clang-extra-clang-tidy-checkers-readability.
Thanks ! LGTM, nothing to add.
Mar 18 2023
Mar 18 2023
amurzeau added a comment to D144912: [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C.
In D144912#4204088, @carlosgalvezp wrote:Looks great, approved! Thanks for fixing :)
amurzeau added a comment to D144912: [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C.
In D144912#4203920, @carlosgalvezp wrote:Looks good but I fail to understand what exactly the patch fixes, can you point me to an example in the tests?
The patch fixes these enum tests in C language mode:
enum REV_TYPE { RevValid }; // CHECK-MESSAGES: :[[@LINE-1]]:17: warning: invalid case style for enum constant 'RevValid' [readability-identifier-naming] // CHECK-FIXES: {{^}}enum REV_TYPE { rtRevValid };
Mar 6 2023
Mar 6 2023
amurzeau added a comment to D144912: [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C.
Hi, thanks PiotrZSL, the build is now passed and is green.
Feb 28 2023
Feb 28 2023
amurzeau added a comment to D144912: [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C.
I see the build is still marked as failed in phabricator, but succeed in buildkite, do I need to do something, like a rebuild ?
amurzeau updated the diff for D144912: [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C.
Fix clang-format error, release notes and factorize typedefs in tests.
Feb 27 2023
Feb 27 2023
amurzeau updated the diff for D144912: [clang-tidy] readability-identifier-naming: fix hungarian enum prefix in C.
Update the release notes too, to notify of this changes with C files.
Feb 25 2023
Feb 25 2023
Feb 24 2023
Feb 24 2023
amurzeau updated the diff for D144510: [clang-tidy] improve readability-identifier-naming hungarian options test.
Rebase on main
Feb 23 2023
Feb 23 2023
amurzeau added a comment to D144431: [clang-tidy] Fix readability-identifer-naming Hungarian CString options.
In D144431#4146524, @carlosgalvezp wrote:Alright, sounds good, thanks for the clarification! Then I misunderstood the change in the tests and indeed it belonged together in this patch, sorry for the confusion. I have approved both patches so we can land them now. Can you land the patch or would you like me to do it for you? If so please provide name and email (same as your Github account) for attribution.
Feb 22 2023
Feb 22 2023
amurzeau added inline comments to D144431: [clang-tidy] Fix readability-identifer-naming Hungarian CString options.
Feb 21 2023
Feb 21 2023
amurzeau updated the diff for D144431: [clang-tidy] Fix readability-identifer-naming Hungarian CString options.
Add a release note for this fix.
amurzeau updated the diff for D144431: [clang-tidy] Fix readability-identifer-naming Hungarian CString options.
Remove test changes, I will make a different patch for that.
Feb 20 2023
Feb 20 2023
amurzeau requested review of D144431: [clang-tidy] Fix readability-identifer-naming Hungarian CString options.
amurzeau added a comment to D144422: [clang-tidy] update docs for new hungarian identifier-naming types (unsigned char and void).
I don't have commit access to the repo, so please commit this for me when accepted. Thanks!
amurzeau added a comment to D144041: [clang-tidy] add primitive types for hungarian identifier-naming (unsigned char and void).
I do not have commit access to the repo, can someone commit this patch for me ? (after D144037)
amurzeau added a comment to D144037: [clang-tidy] allow tests to use --config-file instead of --config.
I do not have commit access to the repo, can someone commit this patch for me ?
Feb 15 2023
Feb 15 2023
amurzeau updated the diff for D144037: [clang-tidy] allow tests to use --config-file instead of --config.
Allow use of --config and --config-file (with double dashes)
Feb 14 2023
Feb 14 2023
amurzeau updated the summary of D144037: [clang-tidy] allow tests to use --config-file instead of --config.
amurzeau requested review of D144037: [clang-tidy] allow tests to use --config-file instead of --config.