We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ebdad commit 161b0e2Copy full SHA for 161b0e2
cpp/ql/src/semmle/code/cpp/commons/CommonType.qll
@@ -177,10 +177,10 @@ class MicrosoftInt64Type extends IntegralType {
177
* This is a complement to the `__builtin_va_start`, `__builtin_va_end`,
178
* `__builtin_va_copy` and `__builtin_va_arg` expressions.
179
*/
180
-class BuiltInVarList extends Type {
+class BuiltInVarArgsList extends Type {
181
BuiltInVarList() {
182
this.hasName("__builtin_va_list")
183
}
184
185
- override string getCanonicalQLClass() { result = "BuiltInVarList" }
+ override string getCanonicalQLClass() { result = "BuiltInVarArgsList" }
186
0 commit comments