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

Module Initializer

Provides the Initializer class, representing C/C++ declaration initializers.

Import path

import semmle.code.cpp.Initializer

Imports

ControlFlowGraph

Provides a library for reasoning about control flow at the granularity of individual nodes in the control-flow graph.

Classes

Initializer

A C/C++ declaration initializer. For example the initializers 1, 2 and 3 in the following code: