Skip to content
Commit 7d098088 authored by Dmitri Gribenko's avatar Dmitri Gribenko
Browse files

libclang: don't store nul-terminated strings as StringRefs,

if the nul-terminatedness property is important for clients.

Also, don't return the same CXString multiple times.  This did not create a
correctness issue in practice because the CXString was of an CXS_Unmanaged
kind, and destruction was a no-op.

llvm-svn: 175455
parent b61d087d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment