Use the argument M throughout the function.
The current code can trigger warnings from a static checker as the checker may not be able to deduce that M is the same as MMI->getModule().
Differential D115257
[NFC][CodeView] Use one unified access to the module in beginModule. cchen15 on Dec 7 2021, 8:36 AM. Authored by
Details Use the argument M throughout the function. The current code can trigger warnings from a static checker as the checker may not be able to deduce that M is the same as MMI->getModule().
Diff Detail
|