Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - which...
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 12 Feb 2015 19:58:06 +0000 (19:58 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 12 Feb 2015 19:58:06 +0000 (19:58 +0000)
commit8037b8ec6e5c126f828f7746a4d297f7ef259ff6
tree70caa95b9b7984bbea78ecf199a1e11039fe1eb7
parent56c918bccea27f2c3df1430e00a636d7c49c0041
Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - which is undefined behavior

llvm-svn: 228952
libcxx/include/experimental/string_view