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

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 09:30:28 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);
----------------
jurahul wrote:

Yes, since you are changing the, you might as well use the preferred name

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


More information about the llvm-commits mailing list