]> granicus.if.org Git - clang/commit
Fix redefinition of typedefs of fixable variably-modified array types; should
authorEli Friedman <eli.friedman@gmail.com>
Tue, 10 Aug 2010 03:13:15 +0000 (03:13 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 10 Aug 2010 03:13:15 +0000 (03:13 +0000)
commitbf87f2c1c6e2d8cb50902a6d79e8b170c19570d2
tree6ff621933fea30d81eb9f6e74910bff4f72de52c
parent4a5496bdd50f6cec5f8eb252665503e5431708d9
Fix redefinition of typedefs of fixable variably-modified array types; should
fix an issue compiling <windows.h>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110651 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/typedef-variable-type.c