C++: Updating comment per PR reveiw suggestions.

This commit is contained in:
REDMOND\brodes
2026-02-12 09:20:55 -05:00
parent 98b51149da
commit e2ad1f6511

View File

@@ -310,7 +310,9 @@ module PossibleYearArithmeticOperationCheckFlow =
TaintTracking::Global<PossibleYearArithmeticOperationCheckConfig>;
/**
* This list of APIs should check for the return value to detect problems during the conversion.
* Time conversion functions where either
* 1) an incorrect leap year date would result in an error that can be checked from the return value or
* 2) an incorrect leap year date is auto corrected (no checks required)
*/
class TimeConversionFunction extends Function {
boolean autoLeapYearCorrecting;