Skip to content

Commit d526a10

Browse files
committed
C++: QLDoc TestFile.qll, StringAnalysis.qll.
1 parent 3ce4cff commit d526a10

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Provides classes for identifying files that contain test cases. It is often
3+
* desirable to exclude these files from analysis.
4+
*/
5+
16
import semmle.code.cpp.File
27

38
/**

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides a class for calculating the possible length of string expressions.
3+
*/
4+
15
import semmle.code.cpp.exprs.Expr
26
import semmle.code.cpp.controlflow.SSA
37

0 commit comments

Comments
 (0)