[PATCH] D56926: [Documentation] Use HTTPS whenever possible in clang-tools-extra
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 18 12:12:34 PST 2019
MyDeveloperDay added inline comments.
================
Comment at: llvm-svn.src/tools/clang/tools/extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-goto.rst:11
from the CppCoreGuidelines and
-`6.3.1 from High Integrity C++ <http://www.codingstandard.com/rule/6-3-1-ensure-that-the-labels-for-a-jump-statement-or-a-switch-condition-appear-later-in-the-same-or-an-enclosing-block/>`_.
+`6.3.1 from High Integrity C++ <https://www.codingstandard.com/rule/6-3-1-ensure-that-the-labels-for-a-jump-statement-or-a-switch-condition-appear-later-in-the-same-or-an-enclosing-block/>`_.
----------------
this one led me to a "You connection is not private" screen
before redirecting me to https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard
{F7828183}
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56926/new/
https://reviews.llvm.org/D56926
More information about the cfe-commits
mailing list