Rafael Espindola 2292996e1a Pass a MemoryBufferRef when we can avoid taking ownership.
The attached patch simplifies a few interfaces that don't need to take
ownership of a buffer.

For example, both parseAssembly and parseBitcodeFile will parse the
entire buffer before returning. There is no need to take ownership.

Using a MemoryBufferRef makes it obvious in the type signature that
there is no ownership transfer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216488 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-26 21:49:01 +00:00
..
2014-08-08 21:35:52 +00:00
2014-07-23 17:18:05 +00:00
2014-08-22 20:34:31 +00:00
2014-07-02 14:40:35 +00:00
2014-06-25 15:47:36 +00:00
2014-06-24 05:59:52 +00:00
2014-08-23 23:07:14 +00:00