forked from OSchip/llvm-project
5357df6290
This can happen when processing command line arguments, which are often stored as std::string's and later turned into StringRef's via std::string::data(). Unfortunately this is not guaranteed to return a null-terminated string until C++11, causing breakage on platforms that don't do this. llvm-svn: 192558 |
||
---|---|---|
.. | ||
llvm | ||
llvm-c |