mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
C++: QLDoc for IRFunction.qll
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
|
||||
* definition of a function.
|
||||
*/
|
||||
|
||||
private import internal.IRInternal
|
||||
private import internal.IRFunctionImports as Imports
|
||||
import Imports::IRFunctionBase
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
|
||||
* definition of a function.
|
||||
*/
|
||||
|
||||
private import internal.IRInternal
|
||||
private import internal.IRFunctionImports as Imports
|
||||
import Imports::IRFunctionBase
|
||||
|
||||
Reference in New Issue
Block a user