]> granicus.if.org Git - clang/commit
Start canonicalizing template names. This is not yet complete, but it
authorDouglas Gregor <dgregor@apple.com>
Thu, 7 May 2009 06:41:52 +0000 (06:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 7 May 2009 06:41:52 +0000 (06:41 +0000)
commit25a3ef7cc5fd55dc8cc67c6e6770c8595657e082
tree9d0b8da3f04c8523d04d964c5fad080a3889cc5a
parent4d3cbf0335dc43a281377052afa180af28f39e7f
Start canonicalizing template names. This is not yet complete, but it
improves type identity with dependent types.

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