]> granicus.if.org Git - clang/commit
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
authorRichard Trieu <rtrieu@google.com>
Thu, 18 Apr 2013 01:04:37 +0000 (01:04 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 18 Apr 2013 01:04:37 +0000 (01:04 +0000)
commit1a7df995d4a62cd579c390b2d0cfb34a61878434
tree622b14d9f69571460796010080b490c84e64baf0
parentaea5201b76bcc29b07aef689fc82601df75f3128
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
with the silence fix-it comes first.  This is more consistent with the rest
of the warnings in -Wparentheses.

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