We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a722bd4 commit 7aa44fdCopy full SHA for 7aa44fd
cpp/ql/src/semmle/code/cpp/Parameter.qll
@@ -1,3 +1,7 @@
1
+/**
2
+ * Provides a class that models parameters to functions.
3
+ */
4
+
5
import semmle.code.cpp.Location
6
import semmle.code.cpp.Declaration
7
private import semmle.code.cpp.internal.ResolveClass
cpp/ql/src/semmle/code/cpp/Specifier.qll
+ * Provides classes for modeling specifiers and attributes.
import semmle.code.cpp.Element
cpp/ql/src/semmle/code/cpp/commons/File.qll
+ * Provides predicates for identifying function calls that open or close a file.
import cpp
/**
0 commit comments