[llvm] [TableGen] [NFC] Refine TableGen code to comply with `clang-tidy` checks and remove unused imports (PR #113318)

Jerry Sun via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 12:06:53 PDT 2024


================
@@ -34,12 +34,12 @@ class CallingConvEmitter {
 public:
   explicit CallingConvEmitter(const RecordKeeper &R) : Records(R) {}
 
-  void run(raw_ostream &o);
+  void run(raw_ostream &O);
----------------
jerryyiransun wrote:

@jurahul should I create a new PR for this change? It looks like there are few other files that also needs this modification. I think it might introduce too many changed files in this PR.

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


More information about the llvm-commits mailing list