mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
shift much of the internal use of ID* identifier pointers over to IDPtr objects
This commit is contained in:
parent
1c7c1b62f6
commit
693aa244f9
43 changed files with 301 additions and 345 deletions
|
@ -63,8 +63,8 @@ void CPPCompile::Compile(bool report_uncompilable) {
|
|||
(void)pfs->HashType(t);
|
||||
rep_types.insert(TypeRep(t));
|
||||
|
||||
all_accessed_globals.insert(g.get());
|
||||
accessed_globals.insert(g.get());
|
||||
all_accessed_globals.insert(g);
|
||||
accessed_globals.insert(g);
|
||||
|
||||
for ( const auto& i_e : g->GetOptInfo()->GetInitExprs() ) {
|
||||
auto pf = std::make_shared<ProfileFunc>(i_e.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue