We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19835cd commit b2e2db1Copy full SHA for b2e2db1
cpp/ql/src/semmle/code/cpp/commons/DateTime.qll
@@ -19,6 +19,7 @@ private predicate timeType(string typeName) {
19
typeName = "SYSTEMTIME" or
20
typeName = "tm"
21
}
22
+
23
/**
24
* A type that is used to represent times and dates in an 'unpacked' form, that is,
25
* with separate fields for day, month, year etc.
0 commit comments