]> granicus.if.org Git - clang/commit
Make sure that the type associated with a class template is dependent.
authorDouglas Gregor <dgregor@apple.com>
Fri, 15 May 2009 19:11:46 +0000 (19:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 15 May 2009 19:11:46 +0000 (19:11 +0000)
commitaafc0ccfcf860d921a86423c6c9a738301987abf
tree8b6f8db54c2585f0f8f309933931e74e098f29b2
parentd06f6ca61062f85926eb9d409eb3d4f8afcf93c7
Make sure that the type associated with a class template is dependent.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71878 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaTemplate.cpp