Eugene.Zelenko added inline comments.

================
Comment at: 
docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst:9
@@ -8,3 +8,3 @@
 are out of bounds (for ``std::array``). For out-of-bounds checking of static
-arrays, see the clang-diagnostic-array-bounds check.
+arrays, see the `clang-diagnostic-array-bounds` check.
 
----------------
Unfortunately not. Historically Clang warnings options documentation is very 
poor in comparison with GCC's.

Probably some descriptions could be extracted from release notes, but I'm not 
sure that clang-diagnostic-array-bounds is described there.


Repository:
  rL LLVM

https://reviews.llvm.org/D23728



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to