Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-13 | Merged current trunk to branch. | Thomas Koenig | 1 | -1/+1 | |
2020-12-17 | Add an RAII class for managing obstacks | Richard Sandiford | 1 | -0/+86 | |
This patch adds an RAII class for managing the lifetimes of objects on an obstack. See the comments in the patch for more details and example usage. gcc/ * obstack-utils.h: New file. |