summaryrefslogtreecommitdiff
path: root/clang/test/Driver/unavailable_aligned_allocation.cpp
AgeCommit message (Expand)Author
2022-07-06[clang] Correct the macOS version that supports aligned allocationLouis Dionne
2022-06-24Revert "[Driver][test] Replace ^//$ with empty string"Fangrui Song
2022-06-24[Driver][test] Replace ^//$ with empty stringFangrui Song
2020-09-16[SystemZ][z/OS] Set aligned allocation unavailable by default for z/OSFanbo Meng
2019-04-15Revert "[clang] Aligned allocation is actually supported in macosx 10.13"Louis Dionne
2019-04-15[clang] Aligned allocation is actually supported in macosx 10.13Louis Dionne
2019-01-08[Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne
2018-08-03[Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai
2017-12-19[driver][darwin] Take the OS version specified in "-target" as the targetAlex Lorenz
2017-06-29[Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka