Alexey Samsonov
b21ab43cfc
Revert r194865 and r194874.
...
This change is incorrect. If you delete virtual destructor of both a base class
and a subclass, then the following code:
Base *foo = new Child();
delete foo;
will not cause the destructor for members of Child class. As a result, I observe
plently of memory leaks. Notable examples I investigated are:
ObjectBuffer and ObjectBufferStream, AttributeImpl and StringSAttributeImpl.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194997 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-18 09:31:53 +00:00
..
2013-01-09 10:39:16 +00:00
2013-08-28 01:02:21 +00:00
2013-01-10 00:45:19 +00:00
2013-01-10 00:45:19 +00:00
2013-11-17 03:25:24 +00:00
2013-07-06 00:29:58 +00:00
2013-07-18 02:42:40 +00:00
2013-05-01 21:01:06 +00:00
2013-07-20 00:20:10 +00:00
2012-11-15 16:51:49 +00:00
2013-05-01 22:58:00 +00:00
2013-09-23 23:26:57 +00:00
2013-11-18 09:31:53 +00:00
2013-11-11 05:14:42 +00:00
2013-08-14 16:03:29 +00:00
2013-01-02 11:36:10 +00:00
2013-07-11 15:37:27 +00:00
2013-07-16 17:14:33 +00:00
2013-02-05 23:26:02 +00:00
2013-01-02 11:36:10 +00:00
2013-01-10 00:45:19 +00:00
2013-07-26 16:54:23 +00:00
2013-07-26 16:54:23 +00:00
2013-11-15 01:25:34 +00:00
2013-11-17 09:47:39 +00:00
2013-01-25 07:45:25 +00:00
2013-10-25 18:38:43 +00:00
2013-01-10 00:45:19 +00:00
2013-11-06 12:23:52 +00:00
2013-04-15 14:44:24 +00:00
2013-01-10 00:45:19 +00:00
2013-03-27 18:27:54 +00:00
2013-11-05 23:41:57 +00:00
2013-03-25 13:13:33 +00:00
2012-12-03 22:09:52 +00:00
2013-11-15 21:22:02 +00:00
2013-06-13 20:41:00 +00:00
2013-08-08 00:43:30 +00:00
2013-11-14 00:38:41 +00:00
2013-06-10 12:09:30 +00:00
2013-06-14 16:43:15 +00:00
2013-06-05 09:17:26 +00:00
2013-01-10 00:45:19 +00:00
2013-01-02 11:36:10 +00:00
2013-08-01 01:38:16 +00:00
2013-01-10 00:45:19 +00:00
2013-01-10 02:01:35 +00:00
2013-11-16 00:52:57 +00:00
2013-09-13 22:59:47 +00:00
2013-11-13 00:20:43 +00:00
2013-05-31 22:34:56 +00:00
2013-01-10 00:45:19 +00:00
2013-10-25 19:06:52 +00:00
2013-05-24 10:54:58 +00:00
2013-01-10 00:45:19 +00:00
2012-09-17 06:31:17 +00:00
2013-01-02 11:36:10 +00:00
2013-09-22 14:09:50 +00:00
2013-09-11 10:45:21 +00:00
2013-09-04 05:08:32 +00:00
2012-12-03 17:02:12 +00:00
2013-11-04 02:22:25 +00:00
2013-10-07 01:00:07 +00:00
2013-10-02 08:14:38 +00:00
2012-09-23 02:12:10 +00:00
2013-07-16 19:44:17 +00:00
2013-01-04 22:35:45 +00:00
2013-08-27 11:20:13 +00:00
2013-08-05 17:47:59 +00:00
2013-06-27 17:57:40 +00:00
2013-01-10 00:45:19 +00:00
2012-09-16 21:37:56 +00:00
2013-01-10 00:45:19 +00:00
2013-06-13 21:16:58 +00:00
2013-01-10 00:45:19 +00:00
2013-05-21 20:36:13 +00:00
2013-09-27 21:09:25 +00:00
2013-05-24 10:54:58 +00:00
2012-12-03 17:02:12 +00:00
2013-05-24 10:54:58 +00:00
2013-01-10 00:45:19 +00:00
2013-01-10 00:45:19 +00:00
2013-06-14 15:12:13 +00:00
2013-01-02 11:36:10 +00:00
2013-10-16 20:21:39 +00:00
2013-01-10 00:45:19 +00:00
2013-01-10 00:45:19 +00:00
2013-02-26 18:05:31 +00:00
2013-07-16 02:43:51 +00:00
2013-07-16 19:44:17 +00:00
2013-03-27 16:43:11 +00:00
2013-09-04 16:00:12 +00:00
2013-08-29 18:49:35 +00:00
2013-08-20 22:52:02 +00:00
2013-11-18 09:31:53 +00:00
2013-03-26 01:27:52 +00:00
2013-04-03 18:31:38 +00:00
2013-11-18 09:31:53 +00:00
2013-11-18 09:31:53 +00:00