]> granicus.if.org Git - clang/commit
Revert r133526 which re-orders the suggestions for -Wparentheses on ?:
authorChandler Carruth <chandlerc@gmail.com>
Tue, 21 Jun 2011 23:04:18 +0000 (23:04 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 21 Jun 2011 23:04:18 +0000 (23:04 +0000)
commit9d5353cfb15e387a6e17da289f5da651530d827a
tree6773315b22a3a8bc79732f2ac7dbc7bae87fa29e
parente4aba6d24b9cd7cf0dede5a706ea8f97b86018c4
Revert r133526 which re-orders the suggestions for -Wparentheses on ?:
operators. There is a consistent design of having the "silence the
warning" option first.

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