mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -1286,7 +1286,7 @@ class BlockType extends FunctionPointerIshType {
|
||||
/**
|
||||
* A C/C++ pointer to a function, a C++ function reference, or a clang/Apple block.
|
||||
*
|
||||
* See FunctionPointerType, FunctionReferenceType and BlockType for more information.
|
||||
* See `FunctionPointerType`, `FunctionReferenceType` and `BlockType` for more information.
|
||||
*/
|
||||
class FunctionPointerIshType extends DerivedType {
|
||||
FunctionPointerIshType() {
|
||||
|
||||
Reference in New Issue
Block a user