User Details
- User Since
- Feb 11 2023, 3:06 PM (5 w, 6 d)
Sat, Mar 18
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 };
Mon, Mar 6
Hi, thanks PiotrZSL, the build is now passed and is green.
Tue, Feb 28
I see the build is still marked as failed in phabricator, but succeed in buildkite, do I need to do something, like a rebuild ?
Fix clang-format error, release notes and factorize typedefs in tests.
Mon, Feb 27
Update the release notes too, to notify of this changes with C files.
Sat, Feb 25
Fri, Feb 24
Rebase on main
Thu, Feb 23
Feb 22 2023
Feb 21 2023
Add a release note for this fix.
Remove test changes, I will make a different patch for that.
Feb 20 2023
I don't have commit access to the repo, so please commit this for me when accepted. Thanks!
I do not have commit access to the repo, can someone commit this patch for me ? (after D144037)
I do not have commit access to the repo, can someone commit this patch for me ?
Feb 15 2023
Allow use of --config and --config-file (with double dashes)