forked from OSchip/llvm-project
misc-const-correctness: fix the link to readability-isolate-declaration
This commit is contained in:
parent
f8603c1f6d
commit
37047a2673
|
@ -41,7 +41,7 @@ The check can analyzes values, pointers and references but not (yet) pointees:
|
|||
|
||||
The automatic code transformation is only applied to variables that are declared in single
|
||||
declarations. You may want to prepare your code base with
|
||||
`readability-isolate-declaration <readability-isolate-declaration.html>`_ first.
|
||||
`readability-isolate-declaration <../readability/isolate-declaration.html>`_ first.
|
||||
|
||||
Note that there is the check
|
||||
`cppcoreguidelines-avoid-non-const-global-variables <cppcoreguidelines-avoid-non-const-global-variables.html>`_
|
||||
|
|
Loading…
Reference in New Issue