Skip to content
Commit 5cca6eba authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Move createCXString() functions out of CIndexer and into the clang::cxstring namespace.

We can much more succinctly refer to these functions this way.

Also change the default behavior of createCXString(StringRef&) to duplicate the
string.  This is almost always what we want.  The other case is where we pass
a constant c-string, which uses the other version of createCXString().

llvm-svn: 96423
parent e0154528
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