We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e3dfe commit 06fd7e3Copy full SHA for 06fd7e3
1 file changed
include/phasar/Utils/LLVMShorthands.h
@@ -241,7 +241,8 @@ class ModulesToSlotTracker {
241
static void deleteMSTForModule(const llvm::Module *Module);
242
243
public:
244
- static llvm::ModuleSlotTracker &getSlotTrackerForModule(const llvm::Module *Module);
+ static llvm::ModuleSlotTracker &
245
+ getSlotTrackerForModule(const llvm::Module *Module);
246
};
247
} // namespace psr
248
0 commit comments