[llvm] [NFC][TableGen] Use namespace qualifier to define `RecordKeeperImpl` (PR #166220)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 4 07:10:52 PST 2025
================
@@ -46,12 +46,11 @@ using namespace llvm;
// Context
//===----------------------------------------------------------------------===//
-namespace llvm::detail {
/// This class represents the internal implementation of the RecordKeeper.
/// It contains all of the contextual static state of the Record classes. It is
/// kept out-of-line to simplify dependencies, and also make it easier for
/// internal classes to access the uniquer state of the keeper.
-struct RecordKeeperImpl {
+struct detail::RecordKeeperImpl {
----------------
jurahul wrote:
Yes.
https://github.com/llvm/llvm-project/pull/166220
More information about the llvm-commits
mailing list