Files
llvm/lldb
Vince Harron e837626173 Fix TestDataFormatter* on Linux
llvm::StringRef doesn't make a copy of a string, it just holds a
reference. When special_directions_stream went out of scope,
special_directions was holding on to a stale pointer.

Moving special_directions_stream into a higher scope to keep
special_directions pointing to a valid string.

llvm-svn: 229767
2015-02-18 23:16:51 +00:00
..
2015-02-12 18:13:44 +00:00
2015-01-27 23:26:59 +00:00
2015-02-18 23:16:51 +00:00