[PATCH] D23300: [analyzer] Add "Assuming..." diagnostic pieces for unsupported condition expressions.

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 9 03:49:17 PDT 2016


xazax.hun added a comment.

In case there is a more complex condition does it only highligh the part that influenced taking the branch?

E.g.:
if (a || b) { // HIghlight only a, if a was true and b was not evaluated
}


https://reviews.llvm.org/D23300





More information about the cfe-commits mailing list