mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
format ql test files.
This commit is contained in:
@@ -2,4 +2,4 @@ import cpp
|
||||
|
||||
from Variable v, FixedWidthIntegralType t
|
||||
where v.getType() = t
|
||||
select v, concat(t.getAQlClass(), ", ")
|
||||
select v, concat(t.getAQlClass(), ", ")
|
||||
|
||||
@@ -2,4 +2,4 @@ import cpp
|
||||
|
||||
from Variable v, FixedWidthEnumType t
|
||||
where v.getType() = t
|
||||
select v, concat(t.getAQlClass(), ", ")
|
||||
select v, concat(t.getAQlClass(), ", ")
|
||||
|
||||
@@ -2,4 +2,4 @@ import cpp
|
||||
|
||||
from Variable v, MaximumWidthIntegralType t
|
||||
where v.getType() = t
|
||||
select v, concat(t.getAQlClass(), ", ")
|
||||
select v, concat(t.getAQlClass(), ", ")
|
||||
|
||||
@@ -2,4 +2,4 @@ import cpp
|
||||
|
||||
from Variable v, MinimumWidthIntegralType t
|
||||
where v.getType() = t
|
||||
select v, concat(t.getAQlClass(), ", ")
|
||||
select v, concat(t.getAQlClass(), ", ")
|
||||
|
||||
Reference in New Issue
Block a user