Dimitry Andric a1f13cbcbb Apply libc++ fix for firefox visibility push/pop issue
Merge commit 7ab1ab0db401 from llvm git (by Dimitry Andric):

  [libc++] Make __dir_stream visibility declaration consistent

  The class `__dir_stream` is currently declared in two places: as a
  top-level forward declaration in `directory_iterator.h`, and as a friend
  declaration in class `directory_entry`, in `directory_entry.h`.

  The former has a `_LIBCPP_HIDDEN` attribute, but the latter does not,
  causing the Firefox build to complain about the visibility not matching
  the previous declaration. This is because Firefox plays games with
  pushing and popping visibility.

  Work around this by making both `__dir_stream` declarations consistently
  use `_LIBCPP_HIDDEN`.

  Reviewed By: ldionne, philnik, #libc

  Differential Revision: https://reviews.llvm.org/D121639
2022-05-14 13:46:21 +02:00
..
2022-05-10 15:16:19 +02:00
2022-04-18 14:52:30 -07:00
2022-04-22 13:42:11 -07:00
2022-01-18 08:10:33 -08:00
2021-12-06 16:36:44 -05:00
2021-03-01 16:01:44 +01:00
2022-02-05 21:55:03 -05:00
2022-01-03 22:03:39 -08:00
2022-02-22 19:34:28 +01:00
2021-07-17 22:20:44 -07:00
2021-11-15 16:58:58 +01:00
2021-12-06 16:36:44 -05:00
2021-11-06 16:24:36 -06:00
2021-02-23 17:47:07 +00:00
2021-11-05 09:39:56 +01:00
2021-05-20 00:12:27 +03:00
2022-02-17 16:05:15 -08:00
2022-04-14 06:16:45 -07:00