This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b22b91c3e4c23fdafec2cb05d65972955152f7f6
clang-p2996
/
lldb
/
source
/
Core
/
Log.cpp
Greg Clayton
8571963a7c
Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName().
...
llvm-svn: 176217
2013-02-27 22:51:58 +00:00
14 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink