]> granicus.if.org Git - clang/commit
We have to ensure we have the canonical type to do this. This is but
authorMike Stump <mrs@apple.com>
Tue, 3 Nov 2009 22:20:01 +0000 (22:20 +0000)
committerMike Stump <mrs@apple.com>
Tue, 3 Nov 2009 22:20:01 +0000 (22:20 +0000)
commitfbf6870f5931f7a4b6632b3594cde28b48cffb9d
treed996dc8ece3f3f86c297e33c33a8e8078d10db6d
parent7bf6e06cf88aa97a230972a3a136229efc46fd8b
We have to ensure we have the canonical type to do this.  This is but
one instance of a large problem.  assert for non-canoical types would
help track down these things.

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