-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some trivial leaks in codebase (#5012)
* Remove trivial map leaks in LocalCopyPropagation Signed-off-by: Anton Korobeynikov <[email protected]> * Ensure we do not leak globals in control flow visitors Signed-off-by: Anton Korobeynikov <[email protected]> * Do not explicitly leak ID during parsing Signed-off-by: Anton Korobeynikov <[email protected]> * Do not leak cached locs in def_use Signed-off-by: Anton Korobeynikov <[email protected]> * Get rid of trivially dead code that only leaks Signed-off-by: Anton Korobeynikov <[email protected]> * Remove trivial leaks in StructInitializers Signed-off-by: Anton Korobeynikov <[email protected]> * Remove yet another set of useless leaks in frontend passes Signed-off-by: Anton Korobeynikov <[email protected]> * Remove some leaks from midend Signed-off-by: Anton Korobeynikov <[email protected]> * Remove more leaks from frontend Signed-off-by: Anton Korobeynikov <[email protected]> * Apply suggestions from code review Co-authored-by: Vladimír Štill <[email protected]> Signed-off-by: Anton Korobeynikov <[email protected]> * Address review comments Signed-off-by: Anton Korobeynikov <[email protected]> --------- Signed-off-by: Anton Korobeynikov <[email protected]> Co-authored-by: Vladimír Štill <[email protected]>
- Loading branch information
Showing
30 changed files
with
301 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.