Use .data() instead of .c_str() when nul-termination is not needed.
[oota-llvm.git] / include / llvm / ADT / ValueMap.h
2009-10-27 Mike StumpFix VS build, patch by Marius Wachtler.
2009-10-23 Jeffrey YasskinFix stylistic and documentation problems in ValueMap...
2009-10-22 Jeffrey YasskinTry r84890 again (adding ValueMap<>), now that I've...
2009-10-22 Jeffrey YasskinRevert r84890, which broke the linux build.
2009-10-22 Jeffrey YasskinAdd a ValueMap<ValueOrSubclass*, T> type. ValueMap...