[llvm] [TableGen] [NFC] Refine TableGen code to comply with `clang-tidy` checks (PR #113318)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 12:14:01 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) {
----------------
arsenm wrote:
Probably should keep ARM capitalized here
https://github.com/llvm/llvm-project/pull/113318
More information about the llvm-commits
mailing list