jjmarr-amd wrote: Attempted to use AI to add the auto fix-it functionality. I couldn't get it to work on my own without a bunch of annoying string manipulation. I feel like there is a better non-string manipulation way of generating the proposed fix-its.
I also have no idea why a "VLA capture" would be so difficult or how I'm supposed to capture it. The LLM kept flagging this for me as a potential issue. Previous thread: https://reviews.llvm.org/D4368 I decided to ignore it. https://github.com/llvm/llvm-project/pull/160150 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
