Evgenii Stepanov 189ba3db86 Fix CFI issues in <future>
This change fixes errors reported by Control Flow Integrity (CFI) checking when using `std::packaged_task`.  The errors mostly stem from casting the underlying storage (`__buf_`) to `__base*`, even if it is uninitialized.  The solution is to wrap `__base*` access to `__buf_` behind a getter marked with _LIBCPP_NO_CFI.

Differential Revision: https://reviews.llvm.org/D82627
2020-08-06 12:05:22 -07:00
..
2020-04-08 18:00:13 -04:00
2020-08-06 12:05:22 -07:00
ios
2020-07-13 13:42:26 -04:00
2019-08-20 18:21:06 +00:00
2019-07-01 16:13:31 +00:00
2020-06-19 14:25:02 +05:30
2019-12-21 01:26:24 -08:00
2020-07-13 13:42:26 -04:00
2020-05-20 14:34:21 -04:00
2019-05-29 16:01:36 +00:00