Skip to content

Commit

Permalink
step 7
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhnt2 committed Apr 15, 2020
1 parent b867d98 commit 2ec4aa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 7_macro_invocations.ql
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
import cpp

from MacroInvocation invocation
where invocation.getMacro().getName().regexpMatch("ntoh.*")
select invocation

2 comments on commit 2ec4aa9

@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 b867d98 and 2ec4aa9 after push to refs/heads/step-7:

  • 7_macro_invocations.ql

Results for 7_macro_invocations.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 7 finds the correct results!

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

Please sign in to comment.