[PATCH] D12854: [SourceManager] Support buffers that are not null-terminated

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 2 05:26:39 PDT 2015


klimek added a subscriber: klimek.
klimek added a comment.

Generally, I thought clang often relies on buffers being null terminated to speed up parse times. Usually the MemoryBuffers have an option to guarantee null-terminatedness (and copy if necessary)


Repository:
  rL LLVM

http://reviews.llvm.org/D12854





More information about the cfe-commits mailing list