This patch teaches getCursorPlatformAvailabilityForDecl to look for availability attributes on the containing decls or interface decls if the current decl doesn't have any availability attributes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/tools/libclang/CIndex.cpp | ||
---|---|---|
8271 | So this goes Impl -> Class, and CategoryImpl -> Category. Should it also do Category -> Class? |
So this goes Impl -> Class, and CategoryImpl -> Category. Should it also do Category -> Class?