C++: Fix query formatting

This commit is contained in:
Jeroen Ketema
2022-06-22 12:59:49 +02:00
parent 4a78c9b06d
commit b1dd8da587

View File

@@ -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