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 6318e6b commit 5ef9b75Copy full SHA for 5ef9b75
src/fuzz_introspector/frontends/frontend_cpp.py
@@ -319,7 +319,7 @@ def callsites(self):
319
'name').type == 'identifier':
320
if tmp_node.child_by_field_name('scope'):
321
function_call += tmp_node.child_by_field_name(
322
- 'scopeq').text.decode() + '::'
+ 'scope').text.decode() + '::'
323
324
'name').text.decode()
325
break
0 commit comments