User Details
- User Since
- Apr 20 2021, 1:55 AM (100 w, 5 d)
Feb 7 2023
@carlosgalvezp Thanks for your review! I committed it myself.
Rebased.
Jan 16 2023
Hi, Could anyone please review this diff?
Jan 4 2023
Friendly ping.
Dec 26 2022
Friendly ping.
Dec 22 2022
Mark comments.
Improved the test file.
Dec 20 2022
Added comments
Dec 19 2022
Friendly ping.
Dec 2 2022
Friendly ping.
Nov 29 2022
Added test in existing init-variables.cpp file.
Nov 24 2022
Added test.
Aug 25 2022
This patch has been around for a long time, I have added the release notes. There are users waiting for this fix and I committed it myself first.
@LegalizeAdulthood I'm looking forward to your follow-up reply.
Rebased.
Aug 22 2022
Friendly ping @LegalizeAdulthood.
Aug 16 2022
Hi, @LegalizeAdulthood, are you okay with the way this has progressed?
Aug 1 2022
Rebased.
Jul 28 2022
Friendly ping.
Friendly ping.
Jul 19 2022
Added test cases where there is a struct with an anonymous union and another field that does need an initializer.
Jul 18 2022
Friendly ping.
Friendly ping.
Jul 8 2022
Friendly ping.
Jun 29 2022
Added release notes.
Jun 28 2022
rebased.
Jun 27 2022
Jun 20 2022
rebased.
Jun 8 2022
Fix test file.
May 29 2022
May 27 2022
rebased.
Rebased and added '-fno-delayed-template-parsing' option for the test file.
May 19 2022
I'm not quite sure why the test case is not passing on Windows, could you please check this problem? Thanks for your assistance. @flx
Hi, Could anyone please review this diff?
rebased.
May 8 2022
Friendly ping.
Apr 28 2022
Friendly ping.
Apr 26 2022
Rename the function.
Apr 18 2022
It stands to reason that there should be no insert conflicts in the YAML generated by clang-tidy except for the header insertion. The two checks that caused the conflict should be fixed in clang-tidy.
Added an option to ignore insert conflict and this option was enabled by default in run-clang-tidy.py.
Mar 2 2022
Mar 1 2022
Feb 27 2022
Added a release note.
Added a release note.
Feb 25 2022
Removed the fix for the virtual function.
Removed the fix for the template.
Feb 24 2022
rebased.
Feb 23 2022
Add a release note and improve test description information.
Jan 20 2022
Jan 19 2022
Improve some description.
Jan 17 2022
Thanks for improving this check! I think it looks great and safe enough. It would be better to turn !(*ptr).empty() into !ptr->empty(), but I have no particular opinions at this point. Let's see if @aaron.ballman has any comments.
Jan 14 2022
Friendly ping.
Friendly ping. @aaron.ballman
Friendly ping. @aaron.ballman
Jan 12 2022
Jan 7 2022
Add some checks for null and comments for codes.
Jan 4 2022
Thanks for your review!
Dec 31 2021
Dec 28 2021
Sorry for the late reply. I made improvements to the patch in response to the questions you raised. @aaron.ballman
Dec 24 2021
Could you please add a test case where the smart pointer object is dereferenced before calling size()? E.g. return (*ptr).size() == 0;. I think this change doesn't work on this test case.
Dec 9 2021
Kindly ping. @aaron.ballman
Nov 26 2021
Hi, Could anyone please review this diff? @whisperity, @aaron.ballman
Nov 19 2021
Kindly ping. @whisperity
Nov 5 2021
Kindly ping. @whisperity
Nov 4 2021
In addition, the splicing logics of "FunctionName" and "ExpectParmTypeName" were improved.
I improved the logic of judgments needing to report suggesting notes in some cases. And more tests were added here.
Nov 3 2021
This seems to be an existing check. Have you compared it with bugprone-string-constructor?