================
@@ -1,13 +1,13 @@
-.. title:: clang-tidy - cppcoreguidelines-pro-bounds-array-to-pointer-decay
+```{title} clang-tidy - cppcoreguidelines-pro-bounds-array-to-pointer-decay
+```
 
-cppcoreguidelines-pro-bounds-array-to-pointer-decay
-===================================================
+# cppcoreguidelines-pro-bounds-array-to-pointer-decay
 
 This check flags all array to pointer decays.
 
-Pointers should not be used as arrays. ``span<T>`` is a bounds-checked, safe
+Pointers should not be used as arrays. `span<T>` is a bounds-checked, safe
 alternative to using pointers to access arrays.
 
-This rule is part of the `Bounds safety (Bounds 3)
-<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#pro-bounds-decay>`_
+This rule is part of the [Bounds safety (Bounds 
3)](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#pro-bounds-decay)
 profile from the C++ Core Guidelines.
+
----------------
zeyi2 wrote:

```suggestion
```

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

Reply via email to