@@ -160,11 +160,11 @@ This table lists subclasses of Stmt_ representing C/C++ statements.
160
160
+==========================================================+================================+===================================================+
161
161
| ``__asm__ (" `` *movb %bh, (%eax) * ``"); `` | AsmStmt _ | Specific to a given CPU instruction set |
162
162
+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
163
- | ``{ `` Stmt _... ``} `` | Block _ | |
163
+ | ``{ `` Stmt _... ``} `` | BlockStmt _ | |
164
164
+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
165
- | ``catch ( `` Parameter _ ``) `` Block _ | CatchBlock _ | |
165
+ | ``catch ( `` Parameter _ ``) `` BlockStmt _ | CatchBlock _ | |
166
166
+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
167
- | ``catch ( ... ) `` Block _ | CatchAnyBlock _ | |
167
+ | ``catch ( ... ) `` BlockStmt _ | CatchAnyBlock _ | |
168
168
+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
169
169
| ``goto * `` *labelptr * ``; `` | ComputedGotoStmt _ | GNU extension; use with LabelLiteral _ |
170
170
+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
@@ -584,7 +584,7 @@ Further reading
584
584
.. _TemplateVariable : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Variable.qll/type.Variable$TemplateVariable.html
585
585
.. _Stmt : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$Stmt.html
586
586
.. _AsmStmt : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$AsmStmt.html
587
- .. _ Block : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Block.qll/type.Block$Block .html
587
+ .. _ BlockStmt : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Block.qll/type.Block$BlockStmt .html
588
588
.. _CatchBlock : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$CatchBlock.html
589
589
.. _CatchAnyBlock : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$CatchAnyBlock.html
590
590
.. _ComputedGotoStmt : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$ComputedGotoStmt.html
@@ -751,6 +751,6 @@ Further reading
751
751
.. _IncludeNext : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Include.qll/type.Include$IncludeNext.html
752
752
.. _Macro : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Macro.qll/type.Macro$Macro.html
753
753
.. _Char16Type : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Type.qll/type.Type$Char16Type.html
754
- .. _Char32Type : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Type.qll/type.Type$Char32Type.html>
754
+ .. _Char32Type : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Type.qll/type.Type$Char32Type.html
755
755
756
756
0 commit comments