]> granicus.if.org Git - clang/commit
Use the canonical type when comparing array types so the comparison
authorEli Friedman <eli.friedman@gmail.com>
Tue, 29 Jan 2008 07:51:12 +0000 (07:51 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 29 Jan 2008 07:51:12 +0000 (07:51 +0000)
commit0493025c08da22b08af4f0587af726ae30251575
treecb92dd6cd01bae87993cb7a2e0c7ef628a7aeba7
parentd125bb191f823a627a1320c2ba68c9854332937d
Use the canonical type when comparing array types so the comparison
doesn't get confused by typedefs.

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