User Details
- User Since
- May 20 2020, 11:08 PM (105 w, 2 d)
Feb 17 2022
Add unit test requested by Richard Smith
Feb 10 2022
Jan 18 2022
Is there anything else I need to do to help move this forward?
Dec 16 2021
Ping
Nov 8 2021
Take into account Richard's comments
Jun 2 2021
Mar 25 2021
Reformatted
Mar 24 2021
I believe this addresses the review comments.
Mar 22 2021
The previous commit is https://github.com/llvm/llvm-project/commit/a86bc00, and I don't understand enough of what the other code is doing to know if anything else needs to be fixed. I'd also like to add in a test to ensure this doesn't regress in the future, but I'm not sure of what the best place to put the test is. From https://bugs.llvm.org/show_bug.cgi?id=48250
It looks like this change was originally added 9 years ago with a commit message of
Dec 2 2020
Jul 13 2020
Jul 1 2020
Jun 30 2020
May 24 2020
I noticed the missing return because there is a warning (not as error) that caught it, I think the warning about falling off the end of a non-void-returning function.