mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C++: Autoformat.
This commit is contained in:
@@ -4,4 +4,5 @@ from File f, Expr e, Location l, int start, int end
|
||||
where
|
||||
e.getLocation() = l and
|
||||
l.charLoc(f, start, end)
|
||||
select f.getBaseName(), e.toString(), start, end, concat(Expr e2, Location l2 | e2.getLocation() = l2 and l.subsumes(l2) | e2.toString(), ", ")
|
||||
select f.getBaseName(), e.toString(), start, end,
|
||||
concat(Expr e2, Location l2 | e2.getLocation() = l2 and l.subsumes(l2) | e2.toString(), ", ")
|
||||
|
||||
Reference in New Issue
Block a user