Canonicalization for dependent typeof(expr) types.
authorDouglas Gregor <dgregor@apple.com>
Thu, 30 Jul 2009 23:18:24 +0000 (23:18 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 30 Jul 2009 23:18:24 +0000 (23:18 +0000)
commita5dd9f858f344a241c7e59658d5d93754c55114e
tree362ecb2c76dce8605fa1f4ba33f0b28d81eed128
parent7ec07a573c6489e18687731a4faed12b55d370d1
Canonicalization for dependent typeof(expr) types.

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