[PATCH] D128095: [clang] Improve diagnostics for expansion length mismatch
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 12 14:37:39 PDT 2022
mizvekov added a comment.
In D128095#3712343 <https://reviews.llvm.org/D128095#3712343>, @erichkeane wrote:
> Can you make a better commit message? I don't have a good idea of the intent/description of what you're trying to do here.
Done.
I split this up into two patches:
- D131802 <https://reviews.llvm.org/D131802>: Introduces the test and a simple fix.
- This one which improves the analyzer to give better diagnostics.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128095/new/
https://reviews.llvm.org/D128095
More information about the cfe-commits
mailing list