Canonicalization of dependent C++0x decltype types.
authorDouglas Gregor <dgregor@apple.com>
Thu, 30 Jul 2009 23:36:40 +0000 (23:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 30 Jul 2009 23:36:40 +0000 (23:36 +0000)
commita21f6c3c71db2b0bacddebb1f4e66417cab68ba1
treebbf086315b5c72b2ffde219b3237a6d9e00b1090
parent5811ab5cf344bc6715bf259b348576f50d4e1c34
Canonicalization of dependent C++0x decltype types.

llvm-svn: 77643
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/Type.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/Type.cpp
clang/test/SemaTemplate/canonical-expr-type-0x.cpp [new file with mode: 0644]