]> granicus.if.org Git - clang/commit
simplify some of this code by removing the else/if chain and by
authorChris Lattner <sabre@nondot.org>
Fri, 4 Jan 2008 23:18:45 +0000 (23:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 4 Jan 2008 23:18:45 +0000 (23:18 +0000)
commitfc144e207b4556319ab2e830e7eec3306da8f5ee
tree8cb16ef7414c326afb0a8403841acd04a4a84f7d
parent335a2d4122e41343fe11a775889b8bec5b14be60
simplify some of this code by removing the else/if chain and by
stripping down to canonical types early.

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