ahatanak added a comment.

If I change the condition to the following,

  if (!s->p || 1)

clang suggests enclosing !s->p with a parenthesis, but the comment in 
ReachableCode.cpp says the parenthesis should enclose the integer literal. It 
seems like there is a contradiction here?


Repository:
  rL LLVM

https://reviews.llvm.org/D28231



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

Reply via email to