[all-commits] [llvm/llvm-project] a7bdab: [clang-tidy] Pass -faligned-allocation on the comp...
ahatanaka via All-commits
all-commits at lists.llvm.org
Fri Dec 6 12:30:16 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a7bdab2e9d59ba0fdf06390f4ddadfd00fe50f2e
https://github.com/llvm/llvm-project/commit/a7bdab2e9d59ba0fdf06390f4ddadfd00fe50f2e
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
M clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp-cpp17.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list