[cfe-commits] r64533 - /cfe/trunk/lib/CodeGen/CGCall.cpp
Mike Stump
mrs at apple.com
Sat Feb 14 10:08:39 PST 2009
On Feb 13, 2009, at 6:45 PM, Daniel Dunbar wrote:
> x86_64 ABI: Need to use canonical types when comparing against
> ASTContext types.
[ thinking out loud ] Does it make sense to encode this into the type
system so that we get compilation errors when people get it wrong?
I've not thought about it yet, but... we could even have a
conversion operator that can canonicalize a type, if it needed to be
canonical.
More information about the cfe-commits
mailing list