[clang] [clang] Improve diagnostics with incompatible VLA types (PR #101261)

Andrew Sukach via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 20 05:04:37 PDT 2024


sookach wrote:

Sorry for taking so long, but the new commit handles the diagnostic a little differently. I store the text types in temporary strings and then append a message to the diagnostic if the texts are identical.

https://github.com/llvm/llvm-project/pull/101261


More information about the cfe-commits mailing list