Don't warn about unused values in ternary ?: expressions unless both the LHS...
Don't warn about unused values in ternary ?: expressions unless both the LHS and RHS are "unused" (side-effect free). Patch by Justin Bogner! Fixes PR 8282. llvm-svn: 126779
Loading
Please register or sign in to comment