llvm-capstone/clang/lib/DirectoryWatcher
Reid Kleckner d2ed9d6b7e Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC"
We determined that the MSVC implementation of std::aligned* isn't suited
to our needs. It doesn't support 16 byte alignment or higher, and it
doesn't really guarantee 8 byte alignment. See
https://github.com/microsoft/STL/issues/1533

Also reverts "ADT: Change AlignedCharArrayUnion to an alias of std::aligned_union_t, NFC"

Also reverts "ADT: Remove AlignedCharArrayUnion, NFC" to bring back
AlignedCharArrayUnion.

This reverts commit 4d8bf870a8.

This reverts commit d10f9863a5.

This reverts commit 4b5dc150b9.
2020-12-14 17:04:06 -08:00
..
default Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00
linux Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
mac [DirectoryWatcher] Do not use FSEvents on non-macOS platforms 2020-04-23 10:22:28 -07:00
windows Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
CMakeLists.txt [clang] DirectoryWatcher for Windows stubs (to fix build break). 2019-08-13 22:39:26 +00:00
DirectoryScanner.cpp Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00
DirectoryScanner.h Add missing newlines at EOF; NFC 2020-02-12 15:57:25 +00:00