Skip to content

Commit 88f89b3

Browse files
author
Dave Bartolomeo
committed
C++: QLDoc for IRFunction.qll
1 parent d0af9f5 commit 88f89b3

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/IRFunction.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
3+
* definition of a function.
4+
*/
5+
16
private import internal.IRInternal
27
private import internal.IRFunctionImports as Imports
38
import Imports::IRFunctionBase

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/IRFunction.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
3+
* definition of a function.
4+
*/
5+
16
private import internal.IRInternal
27
private import internal.IRFunctionImports as Imports
38
import Imports::IRFunctionBase

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/IRFunction.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
3+
* definition of a function.
4+
*/
5+
16
private import internal.IRInternal
27
private import internal.IRFunctionImports as Imports
38
import Imports::IRFunctionBase

csharp/ql/src/experimental/ir/implementation/raw/IRFunction.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
3+
* definition of a function.
4+
*/
5+
16
private import internal.IRInternal
27
private import internal.IRFunctionImports as Imports
38
import Imports::IRFunctionBase

csharp/ql/src/experimental/ir/implementation/unaliased_ssa/IRFunction.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
3+
* definition of a function.
4+
*/
5+
16
private import internal.IRInternal
27
private import internal.IRFunctionImports as Imports
38
import Imports::IRFunctionBase

0 commit comments

Comments
 (0)