Go to file
Rafael Espindola 46129b0934 Use StringRef::split instead of SplitString.
llvm-svn: 87085
2009-11-13 05:13:58 +00:00
clang Use StringRef::split instead of SplitString. 2009-11-13 05:13:58 +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 Distinguish "a," from "a". The first one splits into "a" + "" and the second one into 2009-11-13 04:55:09 +00:00