summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/HostInfo.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-03-08 02:45:10 +0000
committerDouglas Gregor <dgregor@apple.com>2010-03-08 02:45:10 +0000
commit589973b097996bffb4f7d56af189f93c9d37b60a (patch)
tree4aaccbd2faa6f170256f892ea303946d559ff84a /clang/lib/Driver/HostInfo.cpp
parent104ee00181f90735eaa945ac628d594e483edbcc (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud