]> granicus.if.org Git - clang/commit
Instantiate default argument expressions even if their associated parameter
authorJohn McCall <rjmccall@apple.com>
Fri, 9 Apr 2010 17:38:44 +0000 (17:38 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 9 Apr 2010 17:38:44 +0000 (17:38 +0000)
commit6cd3b9fb8a29bb70fff01719bdde238723d67c10
tree48b28e5ab0edee1fdf1dd4d80aae549fe42a91d7
parent1a4221cbe1912421ed7e29d0bbac39e9792af8a2
Instantiate default argument expressions even if their associated parameter
type isn't dependent.  Fixes rdar://problem/7838962.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CXX/temp/temp.spec/temp.inst/p11.cpp [new file with mode: 0644]