================
@@ -0,0 +1,59 @@
+.. title:: clang-tidy - readability-redundant-tag
+
+readability-redundant-tag
+=========================
+
+Finds redundant uses of the ``class``, ``struct``, ``union``, and ``enum``
+keywords in C++ declarations and provides fix-it hints to remove them.
----------------
EugeneZelenko wrote:

I don't think that `fix-it hints` should be stressed, `list.rst` entry should 
be enough. Same in Release Notes.

https://github.com/llvm/llvm-project/pull/210007
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to