codeql/cpp-all
1.4.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Provides a class to model C/C++ block statements, enclosed by { and }.
{
}
import semmle.code.cpp.stmts.Block
Provides the Element class, which is the base class for all classes representing C or C++ program elements.
Element
Provides a hierarchy of classes for modeling C/C++ statements.
A C/C++ block statement.