[PATCH] D47105: Fix compiler warning of extraneous parentheses
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 21 18:04:30 PDT 2018
dblaikie added a comment.
This doesn't have a huge scope to worry about so maybe thinking about it this hard is unnecessary: but I'm sort of undecided what the "right thing" to do here is, seems like maybe clang shouldn't warn on a construct like this? but that's a lot to do for a tiny case like this that hasn't come up elsewhere...
https://reviews.llvm.org/D47105
More information about the llvm-commits
mailing list