forked from OSchip/llvm-project
[clang-tidy] Replace dead link in modernize-pass-by-value doc
llvm-svn: 290630
This commit is contained in:
parent
ec494b2675
commit
5cc08f865b
|
@ -150,7 +150,7 @@ Example:
|
||||||
|
|
||||||
For more information about the pass-by-value idiom, read: `Want Speed? Pass by Value`_.
|
For more information about the pass-by-value idiom, read: `Want Speed? Pass by Value`_.
|
||||||
|
|
||||||
.. _Want Speed? Pass by Value: http://cpp-next.com/archive/2009/08/want-speed-pass-by-value/
|
.. _Want Speed? Pass by Value: https://web.archive.org/web/20140205194657/http://cpp-next.com/archive/2009/08/want-speed-pass-by-value/
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue