Go to file
Torok Edwin 12b8a63e13 Comparing std::string with NULL is a bad idea, so just check whether its empty.
This code was crashing always with oprofile enabled, since it tried to create a StringRef
out of NULL, which run strlen on NULL.

llvm-svn: 91046
2009-12-10 10:01:47 +00:00
clang Implement redeclaration checking and hiding semantics for using declarations. There 2009-12-10 09:41:52 +00:00
compiler-rt Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. 2009-11-09 14:27:04 +00:00
llvm Comparing std::string with NULL is a bad idea, so just check whether its empty. 2009-12-10 10:01:47 +00:00