Initializing a _Complex variable with an initializer list with too many items highlights the wrong item #61518
Labels
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
good first issue
https://github.com/llvm/llvm-project/contribute
See:
Godbolt: https://godbolt.org/z/P7vqM4dq9
Output:
Clang highlights the second entry for the
_Complex
variable, but it should highlight the third I think.I have other issues with the diagnostics here, but since this is about
_Complex
and that is a fringe feature anyway, I don't care much about those and fixing the off-by-one error should be enough.The text was updated successfully, but these errors were encountered: