]> granicus.if.org Git - clang/commit
Change CheckIncrementDecrementOperand to test for common cases first
authorChris Lattner <sabre@nondot.org>
Fri, 21 Nov 2008 07:05:48 +0000 (07:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Nov 2008 07:05:48 +0000 (07:05 +0000)
commit3528d3552c309c37e6724b4c4f512290c276f534
tree3165651c03456332df9107f5326cd31d109698b1
parentb7fc3b87d065041a10eaa0603d738df21ff7af3a
Change CheckIncrementDecrementOperand to test for common cases first
and fall through better.

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