mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
C++: Fix broken qhelp links
This commit is contained in:
@@ -15,7 +15,7 @@ as both virtual and non-virtual in one hierarchy as violations.</p>
|
||||
AV Rule 89, <em>Joint Strike Fighter Air Vehicle C++ Coding Standards</em>. Lockheed Martin Corporation, 2005.
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://msdn.microsoft.com/en-us/library/wcz57btd%28v=vs.80%29.aspx">Virtual Base Classes</a>
|
||||
<a href="https://docs.microsoft.com/en-us/cpp/cpp/multiple-base-classes">Virtual Base Classes</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ assuming the function had a non-float return type that can fit in a machine word
|
||||
MISRA C++ Rule 8-4-3, <em>Guidelines for the use of the C++ language in critical systems</em>. The Motor Industry Software Reliability Associate, 2008.
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://msdn.microsoft.com/en-US/library/k68ktdwf%28v=VS.80%29.aspx">The return Statement</a>
|
||||
<a href="https://docs.microsoft.com/en-us/cpp/cpp/return-statement-cpp">The return Statement</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ better to let the compiler assign values at compile time.
|
||||
MISRA C++ Rule 8-5-3, <em>Guidelines for the use of the C++ language in critical systems</em>. The Motor Industry Software Reliability Associate, 2008.
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://msdn.microsoft.com/en-us/library/2dzy4k6e%28v=vs.71%29.aspx">C++ Enumeration Declarations</a>
|
||||
<a href="https://docs.microsoft.com/en-us/cpp/cpp/enumerations-cpp">C++ Enumeration Declarations</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ the break statement only exits from one level of the loop.</p>
|
||||
<a href="http://www.cs.utexas.edu/users/EWD/transcriptions/EWD02xx/EWD215.html">A Case against the GO TO Statement (EWD-215).</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://msdn.microsoft.com/en-gb/library/b34dt9cd%28v=vs.80%29.aspx">MSDN Library: The goto Statement</a>
|
||||
<a href="https://docs.microsoft.com/en-us/cpp/cpp/goto-statement-cpp">MSDN Library: The goto Statement</a>
|
||||
</li>
|
||||
<li>
|
||||
Mats Henricson and Erik Nyquist, <i>Industrial Strength C++</i>, published by Prentice Hall PTR (1997).
|
||||
|
||||
Reference in New Issue
Block a user