We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15adfb commit 1398e93Copy full SHA for 1398e93
1 file changed
include/phasar/Utils/LLVMShorthands.h
@@ -241,7 +241,7 @@ class ModulesToSlotTracker {
241
private:
242
static inline llvm::SmallDenseMap<const llvm::Module *,
243
std::unique_ptr<llvm::ModuleSlotTracker>, 2>
244
- MToST; // NOLINT
+ MToST{};
245
246
static void updateMSTForModule(const llvm::Module *Module);
247
static void deleteMSTForModule(const llvm::Module *Module);
0 commit comments