CodeQL library for C/C++
codeql/cpp-all 0.12.11 (changelog, source)
Search

Module VoidContext

Import path

import semmle.code.cpp.commons.VoidContext

Imports

Expr

Provides classes modeling C/C++ expressions.

Classes

ExprInVoidContext

An expression that occurs in a void context, i.e. either as the toplevel expression of an expression statement or on the left hand side of the comma operator.

Qualifier

An expression that is used to qualify some other expression.