[PATCH] D110481: fixes bug #51926 where dangling comma caused overrun
Fred Grim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 28 05:56:34 PDT 2021
feg208 added a comment.
So I added in the second case but commented it out as it gets misformatted. However it doesn't assert which was the alarming outcome. I have one other bug to clean up here and I am going to open a bug to fix the line breaking after initial { in certain cases since the code there needs to be revisited. I am doing formatting in the info gathering loop where really I should add all that in the back end. But thats a bigger change that I'd like to do outside of mitigating this users crash.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110481/new/
https://reviews.llvm.org/D110481
More information about the cfe-commits
mailing list