| commit | fd58072675941da0ca25cdaa8cfbb42db1945133 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Mon Oct 06 05:18:55 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Mon Oct 06 05:18:55 2014 +0000 |
| tree | 2e8e5794cbe2d85e91c5a795ca52fd32eeb6c91c | |
| parent | 56cfbe841f38c7363314e3328d0df39bd495ff05 [diff] |
DebugInfo: Don't include implicit special members in the list of class members By leaving these members out of the member list, we avoid them being emitted into type unit definitions - while still allowing the definition/declaration to be injected into the compile unit as expected. llvm-svn: 219101