Skip to content

Commit 231b85c

Browse files
committed
C++: File-level QLDoc for publicly imported models
1 parent 4c44c84 commit 231b85c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Printf.qll

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Provides implementation classes modelling various standard formatting
3+
* functions (`printf`, `snprintf` etc).
4+
* See `semmle.code.cpp.models.interfaces.FormattingFunction` for usage
5+
* information.
6+
*/
7+
18
import semmle.code.cpp.models.interfaces.FormattingFunction
29
import semmle.code.cpp.models.interfaces.Alias
310

cpp/ql/src/semmle/code/cpp/models/implementations/Strcat.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Provides implementation classes modelling `strcat` and various similar functions.
3+
* See `semmle.code.cpp.models.Models` for usage information.
4+
*/
5+
16
import semmle.code.cpp.models.interfaces.ArrayFunction
27
import semmle.code.cpp.models.interfaces.DataFlow
38
import semmle.code.cpp.models.interfaces.Taint

0 commit comments

Comments
 (0)