Skip to content

Commit 161b0e2

Browse files
committed
[PR/1660] Rename BuiltinVarList to BuiltinVarArgsList.
1 parent 78ebdad commit 161b0e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/commons/CommonType.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ class MicrosoftInt64Type extends IntegralType {
177177
* This is a complement to the `__builtin_va_start`, `__builtin_va_end`,
178178
* `__builtin_va_copy` and `__builtin_va_arg` expressions.
179179
*/
180-
class BuiltInVarList extends Type {
180+
class BuiltInVarArgsList extends Type {
181181
BuiltInVarList() {
182182
this.hasName("__builtin_va_list")
183183
}
184184

185-
override string getCanonicalQLClass() { result = "BuiltInVarList" }
185+
override string getCanonicalQLClass() { result = "BuiltInVarArgsList" }
186186
}

0 commit comments

Comments
 (0)