Use .data() instead of .c_str() when nul-termination is not needed.
[oota-llvm.git] / include / llvm / ADT / StringSwitch.h
2009-11-09 Daniel DunbarAdd StringSwitch::Cases overloads, for matching multipl...
2009-10-29 Zhongxing Xuadd newline to make cl.exe happy.
2009-10-29 Douglas GregorA switch-on-string-literal construct that is a nice...