]> granicus.if.org Git - clang/commit
Make sure that we instantiate variably modified types, even if they
authorDouglas Gregor <dgregor@apple.com>
Mon, 24 May 2010 17:22:01 +0000 (17:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 24 May 2010 17:22:01 +0000 (17:22 +0000)
commit836adf6771d5170d936599dfcce21687e37e9bbf
treef4e55e181309cece8d807605f492d96b601f4c91
parent94a615718d06704816c6e31a811f823c05e39f52
Make sure that we instantiate variably modified types, even if they
aren't dependent. Fixes <rdar://problem/8020206>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104511 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/c99-variable-length-array.cpp