| commit | dbb583992a189fbacaaadc833ca89c4be28a1d8a | [log] [tgz] |
|---|---|---|
| author | Sean Callanan <scallanan@apple.com> | Wed Nov 02 01:38:59 2011 +0000 |
| committer | Sean Callanan <scallanan@apple.com> | Wed Nov 02 01:38:59 2011 +0000 |
| tree | be3de3054fb46b87e8d4a0a2f44dc66fdb3ce058 | |
| parent | 800f223b12931aa4618bd7732ba96389d4ccff2a [diff] |
Sometimes the debug information includes artifically- generated special member functions (constructors, destructors, etc.) for classes that don't really have them. We needed to mark these as artificial to reflect the debug information; this bug does that for constructors and destructors. The "etc." case (certain assignment operators, mostly) remains to be fixed. llvm-svn: 143526