[all-commits] [llvm/llvm-project] bb5874: [clang/cxx-interop] Teach clang to ignore availabi...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Mon Aug 7 06:56:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb58748e52ebd48a46de20525ef2c594db044a11
https://github.com/llvm/llvm-project/commit/bb58748e52ebd48a46de20525ef2c594db044a11
Author: zoecarver <zoe_carver at apple.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M clang/lib/Sema/SemaAvailability.cpp
A clang/test/SemaCXX/suppress-availability-error-cf-options.cpp
Log Message:
-----------
[clang/cxx-interop] Teach clang to ignore availability errors that come from CF_OPTIONS
This cherry-picks https://github.com/apple/llvm-project/pull/6431
since without it, macOS 14 SDK headers don't compile when targeting
catalyst.
Fixes #64438.
More information about the All-commits
mailing list