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. |