[PATCH] D144940: [clang][ExtractAPI] Handle platform specific unavailability correctly
Ankur Saini via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 28 04:46:49 PST 2023
Arsenic added a comment.
In D144940#4158020 <https://reviews.llvm.org/D144940#4158020>, @dang wrote:
> Nice! glad to see this getting fixed. You should add a lit test to ensure we don't regress this behavior in the future.
I see a test checking for availability attribute already exists ( `clang/test/ExtractAPI/availability.c` ) would it be better if I update it with another function having a platform specific unavailability attribute or should I create a new test file ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144940/new/
https://reviews.llvm.org/D144940
More information about the cfe-commits
mailing list