@@ -160,11 +160,11 @@ This table lists subclasses of Stmt_ representing C/C++ statements.
160160+==========================================================+================================+===================================================+
161161| ``__asm__ (" `` *movb %bh, (%eax) * ``"); `` | AsmStmt _ | Specific to a given CPU instruction set |
162162+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
163- | ``{ `` Stmt _... ``} `` | Block _ | |
163+ | ``{ `` Stmt _... ``} `` | BlockStmt _ | |
164164+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
165- | ``catch ( `` Parameter _ ``) `` Block _ | CatchBlock _ | |
165+ | ``catch ( `` Parameter _ ``) `` BlockStmt _ | CatchBlock _ | |
166166+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
167- | ``catch ( ... ) `` Block _ | CatchAnyBlock _ | |
167+ | ``catch ( ... ) `` BlockStmt _ | CatchAnyBlock _ | |
168168+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
169169| ``goto * `` *labelptr * ``; `` | ComputedGotoStmt _ | GNU extension; use with LabelLiteral _ |
170170+----------------------------------------------------------+--------------------------------+---------------------------------------------------+
@@ -584,7 +584,7 @@ Further reading
584584.. _TemplateVariable : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Variable.qll/type.Variable$TemplateVariable.html
585585.. _Stmt : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$Stmt.html
586586.. _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
588588.. _CatchBlock : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$CatchBlock.html
589589.. _CatchAnyBlock : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$CatchAnyBlock.html
590590.. _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
751751.. _IncludeNext : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Include.qll/type.Include$IncludeNext.html
752752.. _Macro : https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/Macro.qll/type.Macro$Macro.html
753753.. _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
755755
756756
0 commit comments