Files
clang-p2996/libcxx/include
Volodymyr Sapsai a051024cac [libcxx] Make std::basic_istream::get 0-terminate input array in case of error.
It covers the cases when the sentry object returns false and when an exception
was thrown. Corresponding standard paragraph is C++14 [istream.unformatted]p9:
  [...] In any case, if n is greater than zero it then stores a null
  character into the next successive location of the array.

rdar://problem/35566567

Reviewers: EricWF, mclow.lists

Reviewed By: mclow.lists

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D40677

llvm-svn: 322326
2018-01-11 23:23:49 +00:00
..
2017-11-23 10:38:18 +00:00
2017-11-23 10:38:18 +00:00
2017-08-18 12:57:36 +00:00
2017-06-01 02:29:37 +00:00
2017-11-27 16:17:19 +00:00
2017-06-01 02:29:37 +00:00
2017-05-31 22:14:05 +00:00