Fix a bunch of missing class member initializations

This commit is contained in:
Tim Wojtulewicz 2023-01-14 16:27:46 -07:00
parent 7374688d0d
commit 3b0e8ee6f1
16 changed files with 40 additions and 41 deletions

View file

@ -137,7 +137,7 @@ public:
protected:
Location loc;
Stmt* stmt;
Stmt* stmt = nullptr;
};
extern bool g_policy_debug; // enable debugging facility