[llvm-branch-commits] [clang] [InstallAPI] Capture C++ Decls (PR #83953)

Juergen Ributzka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 7 15:26:49 PST 2024


================
@@ -13,6 +13,7 @@
 #ifndef LLVM_CLANG_INSTALLAPI_VISITOR_H
 #define LLVM_CLANG_INSTALLAPI_VISITOR_H
 
+#include "clang/AST/Availability.h"
----------------
ributzka wrote:

Could `AvailabilityInfo` be forward declared instead?

https://github.com/llvm/llvm-project/pull/83953


More information about the llvm-branch-commits mailing list