This revision was automatically updated to reflect the committed changes.
Closed by commit rG07bed3ae52b0: [clang][Fuchsia] Add additional unit test for
availability attr (authored by haowei).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112271/new/
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: clang/test/Sema/attr-availability-fuchsia.c:19
void f7(int) __attribute__((availability(fuchsia, introduced = 16.1))); //
expected-warning {{Fuchsia API Le
haowei created this revision.
haowei added reviewers: phosek, leonardchan, gulfem.
Herald added a subscriber: abrachet.
haowei requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This change adds additional unit tests for availability attribute