mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
binpac: Fix a large number of clang-tidy warnings
This commit is contained in:
parent
4dc546f8c8
commit
31b65f70da
48 changed files with 231 additions and 193 deletions
|
@ -27,16 +27,16 @@ public:
|
|||
void GenCode(Output* out_h, Output* out_cc);
|
||||
|
||||
private:
|
||||
Env* env_;
|
||||
Env* env_ = nullptr;
|
||||
|
||||
ID* id_;
|
||||
Type* type_;
|
||||
ParamList* params_;
|
||||
|
||||
AnalyzerDecl* analyzer_decl_;
|
||||
AnalyzerDecl* analyzer_decl_ = nullptr;
|
||||
|
||||
Expr* expr_;
|
||||
EmbeddedCode* code_;
|
||||
Expr* expr_ = nullptr;
|
||||
EmbeddedCode* code_ = nullptr;
|
||||
};
|
||||
|
||||
class FuncDecl : public Decl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue