]> granicus.if.org Git - clang/commit
Switch the order of the notes for the parentheses suggested in the case
authorChandler Carruth <chandlerc@gmail.com>
Tue, 21 Jun 2011 18:07:33 +0000 (18:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 21 Jun 2011 18:07:33 +0000 (18:07 +0000)
commit1b132906ad580755e501ad0b3862e2d5a34106d1
tree74b13d97200c90328f3d1eafaf652f5a48d1cf29
parentaf9751747b098d77052cb71f1e648f29cfbadcc1
Switch the order of the notes for the parentheses suggested in the case
of: a + b ? x : y. In our testing of this flag we've yet to hit a single
case where the existing precedence was correct, so we should suggest
grouping the ?: first.

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