Skip to content

Commit 7aa44fd

Browse files
committed
C++: QLDoc Parameter.qll, Specifier.qll, commons/File.qll.
1 parent a722bd4 commit 7aa44fd

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides a class that models parameters to functions.
3+
*/
4+
15
import semmle.code.cpp.Location
26
import semmle.code.cpp.Declaration
37
private import semmle.code.cpp.internal.ResolveClass

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides classes for modeling specifiers and attributes.
3+
*/
4+
15
import semmle.code.cpp.Element
26
private import semmle.code.cpp.internal.ResolveClass
37

cpp/ql/src/semmle/code/cpp/commons/File.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides predicates for identifying function calls that open or close a file.
3+
*/
4+
15
import cpp
26

37
/**

0 commit comments

Comments
 (0)