[clang-tools-extra] [clang-tidy] Refactor: removed typos in 'AllowedTypes' option in various checks (PR #122957)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 28 02:45:23 PST 2025
================
@@ -31,6 +31,6 @@ Options
A semicolon-separated list of names of types allowed to be copied in each
iteration. Regular expressions are accepted, e.g. `[Rr]ef(erence)?$` matches
every type with suffix `Ref`, `ref`, `Reference` and `reference`. The default
----------------
vbvictor wrote:
Corrected to double-ticks plus found one more file with same errors: `clang-tools-extra/docs/clang-tidy/checks/bugprone/assert-side-effect.rst`
https://github.com/llvm/llvm-project/pull/122957
More information about the cfe-commits
mailing list