]> granicus.if.org Git - clang/commit
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)
commitb197572cf1cd70a817a1f546478cb2cb9112c48e
tree478c5a2caa30004f0c3662d9f9f5c4d43be3d4ab
parent03e205031b08669f05c41eed5b896fc94c4a12bb
Canonicalization for dependent typeof(expr) types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77639 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/StmtProfile.cpp
lib/AST/Type.cpp
test/SemaTemplate/canonical-expr-type.cpp [new file with mode: 0644]