[llvm] [SandboxIR] More boilerplate: Function, Argument, Constant, Instruction, OpaqueInst (PR #97343)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 17:02:46 PDT 2024
================
@@ -10,28 +10,27 @@
#include "llvm/Support/Debug.h"
#include <sstream>
-using namespace llvm;
-using namespace sandboxir;
+using namespace llvm::sandboxir;
-sandboxir::Value::Value(ClassID SubclassID, llvm::Value *Val, Context &Ctx)
----------------
aeubanks wrote:
please land the namespace cleanups as a separate commit (no need for review)
https://github.com/llvm/llvm-project/pull/97343
More information about the llvm-commits
mailing list