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 2351328 commit 317f43dCopy full SHA for 317f43d
cpp/ql/test/library-tests/extraction_errors/ErrorExprs.expected
@@ -0,0 +1,7 @@
1
+| test.cpp:6:13:6:31 | initializer for x | test.cpp:6:13:6:31 | <error expr> |
2
+| test.cpp:7:5:7:8 | ExprStmt | file://:0:0:0:0 | <error expr> |
3
+| test.cpp:8:5:8:23 | ExprStmt | file://:0:0:0:0 | <error expr> |
4
+| test.cpp:9:5:9:21 | ExprStmt | file://:0:0:0:0 | <error expr> |
5
+| test.cpp:11:5:11:8 | ExprStmt | file://:0:0:0:0 | <error expr> |
6
+| test.cpp:15:5:15:8 | ExprStmt | file://:0:0:0:0 | <error expr> |
7
+| test.cpp:16:5:16:16 | ExprStmt | file://:0:0:0:0 | <error expr> |
cpp/ql/test/library-tests/extraction_errors/ErrorExprs.ql
@@ -0,0 +1,4 @@
+import cpp
+
+from ErrorExpr e
+select e.getParent(), e
cpp/ql/test/library-tests/extraction_errors/PrintAst.expected
cpp/ql/test/library-tests/extraction_errors/PrintAst.qlref
0 commit comments