"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "92c9b28347c38cc15adf20223ed272abe8ec0227"
PR16054: Slight strengthening for -Wsometimes-uninitialized: if we use a
variable uninitialized every time we reach its (reachable) declaration, or every time we call the surrounding function, promote the warning from -Wmaybe-uninitialized to -Wsometimes-uninitialized. This is still slightly weaker than desired: we should, in general, warn if a use is uninitialized the first time it is evaluated. llvm-svn: 190623
Loading
Please register or sign in to comment