[clang] [CodeGen] Replace of PointerType::get(Type) with opaque version (NFC) (PR #124771)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 8 06:20:57 PST 2025


================
@@ -19,6 +19,8 @@
 #include "clang/AST/Type.h"
 #include "llvm/ADT/PointerIntPair.h"
 #include "llvm/IR/Constants.h"
+#include "llvm/IR/DerivedTypes.h"
+#include "llvm/Support/Casting.h"
----------------
nikic wrote:

Shouldn't need the extra includes.

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


More information about the cfe-commits mailing list