We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e028bee commit 5ca2d75Copy full SHA for 5ca2d75
clang-tools-extra/docs/clang-tidy/checks/misc/unconventional-assign-operator.rst
@@ -15,4 +15,4 @@ types and definitions with good return type but wrong ``return`` statements.
15
* The operator must always return ``*this``.
16
17
This check implements `AUTOSAR C++14 Rule A13-2-1
18
-<https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-constref>`_.
+<https://www.autosar.org/fileadmin/standards/R22-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf>`_.
0 commit comments