[PATCH] [analyzer] Refactor conditional expression evaluating code

Jordan Rose jordan_rose at apple.com
Fri Aug 9 18:32:47 PDT 2013


  What about ternary operators? More importantly, what about logical operators that are not immediate children of other logical operators?

  ```if (compute(A() || B(), compute(C() || compute(E(), true), false)))```

http://llvm-reviews.chandlerc.com/D1340



More information about the cfe-commits mailing list