mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
[PR/1660] Fix up charpred.
This commit is contained in:
@@ -178,7 +178,7 @@ class MicrosoftInt64Type extends IntegralType {
|
||||
* `__builtin_va_copy` and `__builtin_va_arg` expressions.
|
||||
*/
|
||||
class BuiltInVarArgsList extends Type {
|
||||
BuiltInVarList() {
|
||||
BuiltInVarArgsList() {
|
||||
this.hasName("__builtin_va_list")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user