codeql/cpp-all
1.4.1
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if the block has no statements.
For example, the block
{ }
is empty, as is the block
{ // a comment }
predicate isEmpty()