[llvm] [TableGen] [code-cleanup] 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
Tue Oct 22 08:00:59 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:

Do you want me to change all `&O` to `&OS` in the file? There are quite a few methods in this file that have raw_ostream as parameter and they are all defined to be `&O` 

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


More information about the llvm-commits mailing list