You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify the CXString implementation by pointing to a StringRef::data with CXString directly, allocating memory when clang_getCString is called, and then constructing a null terminated string.