[PATCH] D146733: [clang] source range of variable template specialization should include initializer
Tomasz KamiĆski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 23 09:50:13 PDT 2023
tomasz-kaminski-sonarsource added a comment.
In D146733#4216931 <https://reviews.llvm.org/D146733#4216931>, @erichkeane wrote:
> This needs a test and a release note. Patch otherwise looks fine to me.
Do you have any pointers for a test of source ranges? The patch that caused regression used a fix-it hit, however, it is not useful in this case, as not fixes are raised in the case when the initializer is present.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146733/new/
https://reviews.llvm.org/D146733
More information about the cfe-commits
mailing list