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

Module NonThrowing

Provides an abstract class for modeling functions that never throw.

Import path

import semmle.code.cpp.models.interfaces.NonThrowing

Imports

Function

Provides classes for working with functions, including template functions.

Models

Classes

NonCppThrowingFunction

A function that is guaranteed to never throw a C++ exception

Aliases

NonThrowingFunction

A function that is guaranteed to never throw.