diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-03-08 02:45:10 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-03-08 02:45:10 +0000 |
commit | 589973b097996bffb4f7d56af189f93c9d37b60a (patch) | |
tree | 4aaccbd2faa6f170256f892ea303946d559ff84a /clang/lib/Driver/HostInfo.cpp | |
parent | 104ee00181f90735eaa945ac628d594e483edbcc (diff) | |
download | bcm5719-llvm-589973b097996bffb4f7d56af189f93c9d37b60a.tar.gz bcm5719-llvm-589973b097996bffb4f7d56af189f93c9d37b60a.zip |
In C++98/03, an uninitialized variable that has POD class type will be
uninitialized. This seems not to be the case in C++0x, where we still
call the (trivial) default constructor for a POD class
(!). Previously, we had implemented only the C++0x rules; now we
implement both. Fixes PR6536.
llvm-svn: 97928
Diffstat (limited to 'clang/lib/Driver/HostInfo.cpp')
0 files changed, 0 insertions, 0 deletions