Issue 53060
Summary unexpected diagnostic text in clang/test/Analysis/uninit-asm-goto.cpp
Labels clang
Assignees
Reporter nickdesaulniers
    follow up to https://reviews.llvm.org/D116059#inline-1117062 to a test added in https://reviews.llvm.org/D71314. Technically, the warnings and notes are in the correct locations, but the diagnostic being emitted says `"variable 'y' is used uninitialized whenever its declaration is reached"` which is a little curious (the declaration is reached?). Perhaps the use of `Use.setUninitAfterDecl()` is related?

cc @efriedma-quic @gwelymernans 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to