]> granicus.if.org Git - clang/commit
Preserve the zero-initialization and construction-kind settings when
authorDouglas Gregor <dgregor@apple.com>
Sun, 22 Aug 2010 17:20:18 +0000 (17:20 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 22 Aug 2010 17:20:18 +0000 (17:20 +0000)
commit8c3e554d00d456d5093c21ce8a0c205461279aab
tree66f1333480789c8fb62e06dd67cf0ddc21764bac
parent759e41baf6a95c3a265970b6bf1c97c233fd28b0
Preserve the zero-initialization and construction-kind settings when
instantiating CXXConstructExpr expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111780 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/CodeGenCXX/value-init.cpp