================
@@ -185,6 +194,8 @@ class FeatureModuleSet {
template <typename Mod> int FeatureModuleSet::ID<Mod>::Key;
+typedef llvm::Registry<FeatureModule> FeatureModuleRegistry;
----------------
kadircet wrote:nit: prefer `using X = Y` https://github.com/llvm/llvm-project/pull/153756 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
