[clang-tidy] Pass -faligned-allocation on the compiler command line to
authorAkira Hatanaka <ahatanaka@apple.com>
Fri, 6 Dec 2019 19:51:58 +0000 (11:51 -0800)
committerAkira Hatanaka <ahatanaka@apple.com>
Fri, 6 Dec 2019 20:29:21 +0000 (12:29 -0800)
commita7bdab2e9d59ba0fdf06390f4ddadfd00fe50f2e
treefbcf33d37f099dd7e2cc317f4daa2528f29758f9
parent2eb30fafa5f95d60353909c7c676431f2a29a745
[clang-tidy] Pass -faligned-allocation on the compiler command line to
fix compile error

The test was failing when run on OSes older than MacOSX10.14 because
aligned deallocation functions are unavailable on older OSes.

rdar://problem/57706710
clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp-cpp17.cpp