We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 066b28f + a34e35f commit a136741Copy full SHA for a136741
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