PR16502: Fix a dumb bug where we might look past the last initializer in an
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 1 Jul 2013 06:08:20 +0000 (06:08 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 1 Jul 2013 06:08:20 +0000 (06:08 +0000)
commit0bca59d6f7a2259b7eddefaeb19fcec8e60f37db
treeff766cd198de9f5f1135f3f869d8541817fd7778
parent69665e112b6271a891fc82ee06b8ac02372d8440
PR16502: Fix a dumb bug where we might look past the last initializer in an
InitListExpr.

llvm-svn: 185304
clang/lib/Sema/SemaInit.cpp
clang/test/SemaCXX/decl-init-ref.cpp