[clang] [clang][ExtractAPI] Compute inherited availability information (PR #103040)
Cyndy Ishida via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 16:20:48 PDT 2024
================
@@ -16,33 +16,101 @@
#include "clang/AST/Decl.h"
#include "clang/Basic/TargetInfo.h"
-namespace clang {
+namespace {
+
+struct AvailabilitySet {
----------------
cyndyishida wrote:
Can you add a doc string or change the type name to match closer to what this captures? IIUC it's for member attributes' availability
https://github.com/llvm/llvm-project/pull/103040
More information about the cfe-commits
mailing list