summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/checkers/cert-mem57-cpp-cpp17.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn off unused variable checking here since we're explicitly addingEric Christopher2019-12-091-2/+2
| | | | a command line for clang-tidy.
* [clang-tidy] Pass -faligned-allocation on the compiler command line toAkira Hatanaka2019-12-061-2/+2
| | | | | | | | | 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-tidy] DefaultOperatorNewCheck test fixes.Balázs Kéri2019-11-191-0/+12
OpenPOWER on IntegriCloud