I am personally a bit skeptic about this.

what does it solve to use:

  a = !b || !c;

instead of:

  a = !b | !c;

If it's only stylistic .. then why not let the programmer decide which way is 
better.

I am not saying that I am against this.. just that I am a bit skeptic.


http://reviews.llvm.org/D5765

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to