Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce4cff commit d526a10Copy full SHA for d526a10
2 files changed
cpp/ql/src/semmle/code/cpp/TestFile.qll
@@ -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
+
6
import semmle.code.cpp.File
7
8
/**
cpp/ql/src/semmle/code/cpp/commons/StringAnalysis.qll
@@ -1,3 +1,7 @@
+ * Provides a class for calculating the possible length of string expressions.
import semmle.code.cpp.exprs.Expr
import semmle.code.cpp.controlflow.SSA
0 commit comments