diff options
author | JF Bastien <jfbastien@apple.com> | 2019-07-29 23:17:08 +0000 |
---|---|---|
committer | JF Bastien <jfbastien@apple.com> | 2019-07-29 23:17:08 +0000 |
commit | 268a83e39c3b2bab71e3baf61731a2044dad9063 (patch) | |
tree | 25ba92da9c9a2279b3f5c894d1d4943fabc6491c /clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp | |
parent | ac8686205b0b05e0ccc92fdf943518f9959cd472 (diff) | |
download | bcm5719-llvm-268a83e39c3b2bab71e3baf61731a2044dad9063.tar.gz bcm5719-llvm-268a83e39c3b2bab71e3baf61731a2044dad9063.zip |
[NFC] avoid AlignedCharArray in lldb
As discussed in D65249, don't use AlignedCharArray or std::aligned_storage. Just use alignas(X) char Buf[Size];. This will allow me to remove AlignedCharArray entirely, and works on the current minimum version of Visual Studio.
llvm-svn: 367275
Diffstat (limited to 'clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp')
0 files changed, 0 insertions, 0 deletions