Skip to content

Commit d4f8e73

Browse files
committed
C++: Change name of UncheckedReturn...Functions.ql
The previous name was identical to the name of `Adding365DaysPerYear.ql`. It may have been a copy-paste error.
1 parent 1bd0c69 commit d4f8e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Leap Year/UncheckedReturnValueForTimeFunctions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Year field changed using an arithmetic operation is used on an unchecked time conversion function
2+
* @name Unchecked return value for time conversion function
33
* @description A year field changed using an arithmetic operation is used on a time conversion function, but the return value of the function is not checked for success or failure
44
* @kind problem
55
* @problem.severity warning

0 commit comments

Comments
 (0)