================
@@ -0,0 +1,157 @@
+// RUN: %check_clang_tidy -std=c++11-or-later %s readability-redundant-const %t
+
+struct Foo {};
+
+// Simple allowed usages, nothing to warn
----------------
vbvictor wrote:Can we remove redundant obvious comments. In other words add comments describing non-obvious edge-cases. https://github.com/llvm/llvm-project/pull/189733 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
