| commit | a54333264a13c54b561bd55ba815f57f9bf33c91 | [log] [tgz] |
|---|---|---|
| author | Eli Friedman <eli.friedman@gmail.com> | Sat Jul 20 01:06:31 2013 +0000 |
| committer | Eli Friedman <eli.friedman@gmail.com> | Sat Jul 20 01:06:31 2013 +0000 |
| tree | c4813f0f53d4c479c330643def74660fdbdde966 | |
| parent | 5884aa9617b0219bf66a86769417ed3ceeab75ae [diff] |
Fix bug in computing POD-for-layout. A class with a field of non-POD-for-layout type is not POD-for-layout. This computation should not depend on whether the field is of POD type in the language sense. Fixes PR16537. Patch by Josh Magee. llvm-svn: 186741