User Details
User Details
- User Since
- Oct 5 2022, 11:34 AM (24 w, 5 d)
Feb 10 2023
Feb 10 2023
BigPeet added a comment to D142939: Fix handling of -> calls for modernize-use-emplace.
Thank you very much.
BigPeet added a comment to D142939: Fix handling of -> calls for modernize-use-emplace.
Ping.
Feb 1 2023
Feb 1 2023
BigPeet added a comment to D142939: Fix handling of -> calls for modernize-use-emplace.
Generally we use prefer llvm::ArrayRef over const std::vector &
Jan 31 2023
Jan 31 2023
BigPeet updated the diff for D142939: Fix handling of -> calls for modernize-use-emplace.
- fix passing vector by value instead of by ref-to-const
BigPeet added a comment to D142939: Fix handling of -> calls for modernize-use-emplace.
Refactored the code a little bit to get rid of some repetitions. Should effectively match the same code as the accepted revision.
BigPeet updated the diff for D142939: Fix handling of -> calls for modernize-use-emplace.
- additional deduplication of code
BigPeet updated the diff for D142939: Fix handling of -> calls for modernize-use-emplace.
- reducing code repetition + further tests
Jan 30 2023
Jan 30 2023
BigPeet updated the summary of D142939: Fix handling of -> calls for modernize-use-emplace.
BigPeet added reviewers for D142939: Fix handling of -> calls for modernize-use-emplace: nicovank, aaron.ballman.
BigPeet requested review of D142939: Fix handling of -> calls for modernize-use-emplace.
BigPeet added a comment to D135405: fix handling of braced-init temporaries for modernize-use-emplace.
Ping?
Jan 10 2023
Jan 10 2023
BigPeet added a comment to D135405: fix handling of braced-init temporaries for modernize-use-emplace.
GitHub username: BigPeet
GitHub email: pwolf2310@gmail.com
BigPeet added a comment to D135405: fix handling of braced-init temporaries for modernize-use-emplace.
(Sorry, it's my first time contributing to LLVM and I simply don't know what happens next. Do I need to do anything? Or is it just waiting to get merged at some point?)
Dec 15 2022
Dec 15 2022
BigPeet added a comment to D135405: fix handling of braced-init temporaries for modernize-use-emplace.
Thanks for the review. Do I have to do anything or how will this be handled from here?
Dec 6 2022
Dec 6 2022
BigPeet added a comment to D135405: fix handling of braced-init temporaries for modernize-use-emplace.
Ping
Oct 28 2022
Oct 28 2022
BigPeet added a comment to D135405: fix handling of braced-init temporaries for modernize-use-emplace.
Ping
Oct 17 2022
Oct 17 2022
BigPeet added a comment to D135405: fix handling of braced-init temporaries for modernize-use-emplace.
Just a reminder. Do I have to do anything?
Oct 7 2022
Oct 7 2022
BigPeet updated the diff for D135405: fix handling of braced-init temporaries for modernize-use-emplace.
fixed wrong arc diff handling :-/
BigPeet updated the diff for D135405: fix handling of braced-init temporaries for modernize-use-emplace.
applying clang-format
Oct 6 2022
Oct 6 2022
BigPeet added a reviewer for D135405: fix handling of braced-init temporaries for modernize-use-emplace: njames93.
BigPeet updated the diff for D135405: fix handling of braced-init temporaries for modernize-use-emplace.
- update comments
BigPeet requested review of D135405: fix handling of braced-init temporaries for modernize-use-emplace.