mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
fix for tracking BiFs seen in attribute expressions
This commit is contained in:
parent
42656e1da0
commit
29539a5880
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ void CPPCompile::Compile(bool report_uncompilable) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for ( auto& g : pfs->BiFGlobals() )
|
||||||
|
all_accessed_globals.insert(g);
|
||||||
|
|
||||||
for ( auto& t : pfs->MainTypes() )
|
for ( auto& t : pfs->MainTypes() )
|
||||||
if ( obj_matches_opt_files(t) == AnalyzeDecision::SHOULD )
|
if ( obj_matches_opt_files(t) == AnalyzeDecision::SHOULD )
|
||||||
rep_types.insert(TypeRep(t));
|
rep_types.insert(TypeRep(t));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue