[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 07:28:00 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:
nit: can this be `OS`. I've seen that as commonly used variable name for raw_ostream?
https://github.com/llvm/llvm-project/pull/113318
More information about the llvm-commits
mailing list