[llvm] [NFC][TableGen] Code cleanup in Record.h/cpp (PR #138876)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Sun May 11 21:25:57 PDT 2025


================
@@ -19,6 +19,7 @@
 #include "llvm/ADT/DenseSet.h"
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/ADT/PointerIntPair.h"
+#include "llvm/ADT/STLExtras.h"
----------------
wangpc-pp wrote:

Do we need this include?

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


More information about the llvm-commits mailing list