[llvm] [TableGen] [NFC] Refine TableGen code to comply with `clang-tidy` checks (PR #113318)
Jerry Sun via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 14:05:00 PDT 2024
================
@@ -53,12 +53,12 @@ static void CheckFeatureTree(const Record *Root) {
}
}
-static void EmitARMTargetDef(const RecordKeeper &RK, raw_ostream &OS) {
+static void emitArmTargetDef(const RecordKeeper &RK, raw_ostream &OS) {
----------------
jerryyiransun wrote:
fixed in most recent commit
https://github.com/llvm/llvm-project/pull/113318
More information about the llvm-commits
mailing list