Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
373 B
C++

// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
#pragma once
#include <hilti/ast/forward.h>
#include <hilti/compiler/unit.h>
namespace hilti::detail::scope_builder {
/** Implements the corresponding functionality for the default HILTI compiler plugin. */
void build(Builder* builder, ASTRoot* root);
} // namespace hilti::detail::scope_builder