[clang] [clang][ExtractAPI] Record availability information only for the target platform (PR #76823)

Daniel Grumberg via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 07:08:21 PST 2024


================
@@ -16,67 +16,61 @@
 #define LLVM_CLANG_EXTRACTAPI_AVAILABILITY_INFO_H
 
 #include "clang/AST/Decl.h"
-#include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/Error.h"
 #include "llvm/Support/VersionTuple.h"
 #include "llvm/Support/raw_ostream.h"
-
-using llvm::VersionTuple;
+#include <vector>
----------------
daniel-grumberg wrote:

I don't think this is needed?

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


More information about the cfe-commits mailing list