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

Module Alias

Provides an abstract class for accurate alias modeling of library functions when source code is not available. To use this QL library, create a QL class extending AliasFunction with a characteristic predicate that selects the function or set of functions you are modeling. Within that class, override the predicates provided by AliasFunction to match the flow within that function.

Import path

import semmle.code.cpp.models.interfaces.Alias

Imports

Function

Provides classes for working with functions, including template functions.

Models

Classes

AliasFunction

Models the aliasing behavior of a library function.