"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b5f661a255061ff40c85a7d1861e494138b1d947"
[NFC] avoid AlignedCharArray in clang
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: 367274
Loading
Please register or sign in to comment