[cfe-commits] r50795 - /cfe/trunk/lib/Analysis/CFRefCount.cpp
Chris Lattner
clattner at apple.com
Wed May 7 10:54:32 PDT 2008
On May 7, 2008, at 10:45 AM, Steve Naroff wrote:
> Ted,
>
> VC++ doesn't seem to like strcasestr. I tried including <string>
> explicitly and it didn't help.
>
> Can you remove your dependency on this routine?
strcasestr and stricmp are not portable, please use the helpers in
"llvm/ADT/StringExtras.h" if they do what you need or come up with
something else, thanks!
-Chris
More information about the cfe-commits
mailing list