mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: Fix query formatting
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import cpp
|
||||
|
||||
from DeclarationEntry de, Declaration d, string canRoundTrip
|
||||
where d = de.getDeclaration() and
|
||||
where
|
||||
d = de.getDeclaration() and
|
||||
if d.getADeclarationEntry() = de then canRoundTrip = "yes" else canRoundTrip = "no"
|
||||
select de, d, canRoundTrip
|
||||
|
||||
Reference in New Issue
Block a user