]> granicus.if.org Git - clang/commit
Count the number of initializable members correctly in structs/unions
authorEli Friedman <eli.friedman@gmail.com>
Sun, 25 May 2008 14:03:31 +0000 (14:03 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 25 May 2008 14:03:31 +0000 (14:03 +0000)
commitf84eda37251c679e2f20343c47a4a3586d9a8e21
tree4bf3759653ec452cf59250215a7ec977acc7f5da
parent402256fc665ba179873ffcb4d630e28cbea42f27
Count the number of initializable members correctly in structs/unions
with unnamed members.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51557 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp
test/Sema/array-init.c