]> granicus.if.org Git - clang/commit
Silence a pedantic GCC warning by making the grouping of && and || explicit.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 May 2010 00:15:06 +0000 (00:15 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 May 2010 00:15:06 +0000 (00:15 +0000)
commit0ee93de27c2546fae9a1c7262ebe7eef85c89b66
tree7fb9f338dbc669cf032996124fb61b71cbad2715
parent2fc46bf1a9bc31d50f82de37c70ea257d3cded27
Silence a pedantic GCC warning by making the grouping of && and || explicit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103141 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp