Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b83ca08

Browse files
committed
deprecate class documented as deprecated
1 parent 40a75fd commit b83ca08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/lib/semmle/code/cpp/commons/Strcat.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import cpp
66
* A function that concatenates the string from its second argument
77
* to the string from its first argument, for example `strcat`.
88
*/
9-
class StrcatFunction extends Function {
9+
deprecated class StrcatFunction extends Function {
1010
StrcatFunction() {
1111
getName() =
1212
[

0 commit comments

Comments
 (0)