Files
clang-p2996/lldb/source/Host/common
Greg Clayton 6bc8739e57 Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they are not thread safe.
I switched the lldb_private::FileSpec code over to use "llvm::StringRef llvm::sys::path::filename(llvm::StringRef)" for basename() and "llvm::StringRef llvm::sys::path::parent_path(llvm::StringRef)" for dirname().

<rdar://problem/16870083>

llvm-svn: 209917
2014-05-30 21:06:57 +00:00
..
2014-03-20 06:08:36 +00:00
2013-04-24 21:29:08 +00:00
2014-03-12 10:45:23 +00:00
2014-05-02 19:09:40 +00:00
2013-08-28 12:14:27 +00:00
2014-05-28 16:43:26 +00:00
2014-04-02 03:51:35 +00:00