Skip to content

Commit f3e2496

Browse files
committed
C++: Update QLDoc.
1 parent 3d75d28 commit f3e2496

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

cpp/ql/src/semmle/code/cpp/Function.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
2-
* Provides classes for working with functions, including C++ constructors, destructors,
3-
* user-defined operators, and template functions.
2+
* Provides classes for working with functions, including template functions.
43
*/
54

65
import semmle.code.cpp.Location

cpp/ql/src/semmle/code/cpp/MemberFunction.qll

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import cpp
1+
/**
2+
* Provides classes for working with C++ constructors, destructors,
3+
* and user-defined operators.
4+
*/
5+
6+
import cpp
27

38
/**
49
* A C++ function declared as a member of a class [N4140 9.3]. This includes

0 commit comments

Comments
 (0)