Skip to content
Commit 599171ad authored by Enrico Granata's avatar Enrico Granata
Browse files

Moving from std::auto_ptr<char> to std::string for simple string memory management.

It is better practice and, also, it is not clear whether std::auto_ptr<> is smart enough to know about delete[] vs. delete

llvm-svn: 174236
parent e697d3cd
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