docs: code comment

This commit is contained in:
杭城小刘
2024-04-28 19:18:14 +08:00
parent 851797d133
commit f5e57d1d25

View File

@@ -751,7 +751,7 @@ namespace CodeStyleValidatePlugin {
};
}
// 注册插件,告诉 LLVM 插件对应的 Action 是 FANAction
// 注册插件,告诉 LLVM 插件对应的 Action 是 CodeStyleValidatePlugin
static FrontendPluginRegistry::Add<CodeStyleValidatePlugin::ValidateCodeStyleAction>
X("CodeStyleValidatePlugin", "This plugin is designed for scanning code styles, powered by @FantasticLBP");
```