================
@@ -0,0 +1,31 @@
+.. title:: clang-tidy - cppcoreguidelines-prefer-at-over-subscript-operator
+
+cppcoreguidelines-prefer-at-over-subscript-operator
+=====================================
+
+This check flags all uses of ``operator[]`` where an equivalent (same 
parameter and return types) ``at()`` method exists and suggest using that 
instead.
----------------
PBHDK wrote:

Which of the two statements do you prefer: this one or the one in the release 
notes?

> Please synchronize with statement in Release Notes.

Which of the two statements do you prefer: this one or the one in the release 
notes?

https://github.com/llvm/llvm-project/pull/95220
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to