]> granicus.if.org Git - clang/commit
Fix array constant expression evaluation bug: we can have different values for
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 22 Apr 2013 14:44:29 +0000 (14:44 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 22 Apr 2013 14:44:29 +0000 (14:44 +0000)
commit99ad35921aa6c1b200b6432c066961f930fce1e1
tree30cde5cfe8855b8dc3f3f0de13d73cf350ddadc9
parentdb4f61f9fb0edc16b5568af0bf6a6729718b349f
Fix array constant expression evaluation bug: we can have different values for
different array elements, even if they're all constructed using the same
default constructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180017 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/SemaCXX/constant-expression-cxx11.cpp