LegalizeAdulthood added a comment. Testing on VTK revealed this change:
- this->SliceMapper->SetBackground((this->Background && - !(this->SliceFacesCamera && this->InternalResampleToScreenPixels && - !this->SeparateWindowLevelOperation))); + this->SliceMapper->SetBackground( + (this->Background && + (!this->SliceFacesCamera && this->InternalResampleToScreenPixels || + this->SeparateWindowLevelOperation))); Which is incorrect. So more improvement is needed for the case of `!(x && y && !z)` or `!(x || y || !z)` is encountered. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D124650/new/ https://reviews.llvm.org/D124650 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits