Change the type of Undecorated to unique_ptr<char[]> since we're looking at a...
Change the type of Undecorated to unique_ptr<char[]> since we're looking at a null terminated string and not a single character. Fixes an error in tcmalloc sized delete checking. llvm-svn: 306780
Loading
Please register or sign in to comment