Pavel Labath
f13411ee98
[Support] Remove MemoryBuffer::getNewUninitMemBuffer
...
There is nothing useful that can be done with a read-only uninitialized
buffer without const_casting its contents to initialize it. A better
solution is to obtain a writable buffer
(WritableMemoryBuffer::getNewUninitMemBuffer), and then convert it to a
read-only buffer after initialization. All callers of this function have
already been updated to do this, so this function is now unused.
llvm-svn: 321257
2017-12-21 11:27:21 +00:00
..
2017-12-05 21:49:56 +00:00
2017-12-13 21:31:05 +00:00
2017-12-13 21:31:05 +00:00
2017-06-23 17:13:51 +00:00
2017-10-24 08:30:19 +00:00
2017-12-07 10:54:23 +00:00
2017-08-28 13:39:43 +00:00
2017-06-06 11:06:56 +00:00
2017-12-13 21:31:05 +00:00
2017-06-06 11:06:56 +00:00
2017-06-06 11:06:56 +00:00
2017-06-06 11:06:56 +00:00
2017-06-29 13:15:31 +00:00
2017-12-13 10:00:38 +00:00
2017-11-08 01:50:29 +00:00
2017-06-06 11:06:56 +00:00
2017-10-23 18:41:22 +00:00
2017-07-31 09:26:50 +00:00
2017-12-08 21:09:59 +00:00
2017-09-15 20:34:47 +00:00
2017-12-13 21:31:05 +00:00
2017-07-03 18:42:47 +00:00
2017-06-06 11:06:56 +00:00
2017-12-21 11:27:21 +00:00
2017-10-18 13:31:28 +00:00
2017-11-22 19:59:05 +00:00
2017-08-18 16:55:44 +00:00
2017-09-13 17:03:37 +00:00
2017-07-13 16:11:08 +00:00
2017-06-06 11:06:56 +00:00
2017-06-06 11:06:56 +00:00
2017-10-27 19:15:13 +00:00
2017-10-06 17:14:36 +00:00
2017-09-05 21:27:23 +00:00
2017-05-20 00:02:08 +00:00
2017-10-12 23:56:02 +00:00
2017-11-07 21:16:46 +00:00
2017-06-06 11:06:56 +00:00
2017-12-20 11:32:43 +00:00
2017-12-05 10:35:11 +00:00
2017-06-06 11:06:56 +00:00
2017-12-18 17:38:03 +00:00
2017-11-23 20:57:20 +00:00