We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c45dc commit b650594Copy full SHA for b650594
clang-tools-extra/clang-tidy/custom/CustomTidyModule.cpp
@@ -39,7 +39,7 @@ extern void registerCustomChecks(ClangTidyOptions const &Options,
39
40
} // namespace custom
41
42
-// Register the AlteraTidyModule using this statically initialized variable.
+// Register the CustomTidyModule using this statically initialized variable.
43
static ClangTidyModuleRegistry::Add<custom::CustomModule>
44
X("custom-module", "Adds custom query lint checks.");
45
0 commit comments