]> granicus.if.org Git - clang/commit
Use the new statement/expression profiling code to unique dependent
authorDouglas Gregor <dgregor@apple.com>
Wed, 29 Jul 2009 16:09:57 +0000 (16:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 29 Jul 2009 16:09:57 +0000 (16:09 +0000)
commit828e226ab7ed08b3eb766549e9d3306432137460
tree90ece4cd82d8a5e432a2341cac0ecaf92431cbb9
parent5a8503b333f50acd6012859853612229f38cb420
Use the new statement/expression profiling code to unique dependent
template arguments, as in template specialization types. This permits
matching out-of-line definitions of members for class templates that
involve non-type template parameters.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77462 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclTemplate.h
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/StmtProfile.cpp
lib/AST/Type.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CXX/temp/temp.decls/temp.fct/temp.over.link/p6.cpp
test/SemaTemplate/injected-class-name.cpp