mgehre added a comment.

With this fix, is there still a warning on the following code?

  if(b) {
     ...
     if(c)
      return;
     else
      doSomething()
     ...
  }

I would expect that the check still warns on it.


https://reviews.llvm.org/D26125



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to