unterumarmung wrote: For deprecating checks, I thought the following feature would be useful: a separate check that analyzes the YAML configuration and suggests fix-its for deprecated and/or removed names. If a deprecated name is not referenced directly, but through a pattern such as `modernize-*`, the check should add the new name to the list, unless it is already covered.
Later, this could be extended beyond checks to support other options in the YAML as well. https://github.com/llvm/llvm-project/pull/197927 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
