]> granicus.if.org Git - clang/commit
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)
commit9d702ae1cd5cfa19d884cbef77e1df99395138bb
treeb84176d0d4001323cf52441f3a6689e526917ac4
parentc7ff8e19081c2e974f05f66c4fa9b40750fc655f
Canonicalization of dependent C++0x decltype types.

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