"lldb/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "56b26a5707f482a480c124d84f25e427caa0513b"
[analyzer] Check that a member expr is valid even when the result is an lvalue.
We want to catch cases like this early, so that we can produce better diagnostics and path notes: Point *p = 0; int *px = &p->x; // should warn here *px = 1; llvm-svn: 164441
Loading
Please register or sign in to comment