Commit 589973b0 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent 104ee001
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment