We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a78c9b commit b1dd8daCopy full SHA for b1dd8da
cpp/ql/test/library-tests/declarationEntry/declarationEntry/roundTrip.ql
@@ -1,6 +1,7 @@
1
import cpp
2
3
from DeclarationEntry de, Declaration d, string canRoundTrip
4
-where d = de.getDeclaration() and
+where
5
+ d = de.getDeclaration() and
6
if d.getADeclarationEntry() = de then canRoundTrip = "yes" else canRoundTrip = "no"
7
select de, d, canRoundTrip
0 commit comments