We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a75fd commit b83ca08Copy full SHA for b83ca08
cpp/ql/lib/semmle/code/cpp/commons/Strcat.qll
@@ -6,7 +6,7 @@ import cpp
6
* A function that concatenates the string from its second argument
7
* to the string from its first argument, for example `strcat`.
8
*/
9
-class StrcatFunction extends Function {
+deprecated class StrcatFunction extends Function {
10
StrcatFunction() {
11
getName() =
12
[
0 commit comments