[llvm] [NFC][LLVM] Namespace cleanup in MetadataLoader.cpp (PR #157595)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 9 09:31:32 PDT 2025
================
@@ -58,9 +58,6 @@
#include <tuple>
#include <utility>
#include <vector>
-namespace llvm {
-class Argument;
----------------
dwblaikie wrote:
This name is used in this file - so either the forward decl should remain, or the header that declares this should be included, right?
https://github.com/llvm/llvm-project/pull/157595
More information about the llvm-commits
mailing list