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

Member predicate Handler::getParameter

Gets the parameter introduced by this ‘catch block’, if any.

For example, catch(std::exception& e) introduces a parameter e, whereas catch(...) does not introduce a parameter.

Parameter getParameter()