Skip to content

Commit

Permalink
Step 8
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma committed Jun 9, 2022
1 parent 1b66d78 commit 6c6f14d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 8_macro_expressions.ql
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
import cpp

from MacroInvocation m
where m.getMacroName() in ["ntohs", "ntohl", "ntohll"]
select m.getExpr()

2 comments on commit 6c6f14d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 query changed between 1b66d78 and 6c6f14d after push to refs/heads/main:

  • 8_macro_expressions.ql

Results for 8_macro_expressions.ql: correct (107 results)

@github-learning-lab
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations, looks like the query you introduced for step 8 finds the correct results!

Merge this Pull Request (unless you're on main), and take a look at the instructions for the next step to continue.

Please sign in to comment.