Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implements overloadable enum values; WIP (#18470) | Andreas Rumpf | 2021-07-28 | 1 | -1/+1 |
| | | | | | * implements overloadable enum values * simpler code | ||||
* | add test case for pure enum redefinition error within enum (fixed in recent ↵ | Timothee Cour | 2021-06-15 | 1 | -7/+14 |
| | | | | | | | | | | | | | PR) (#18266) * add test case for pure enum redefinition error within enum (fixed in recent PR) * remove code duplication * Revert "remove code duplication" (would require bootstrap >= 1.4) This reverts commit 3f793874c231f847ef015e37a5fd6851f85d9675. * fixup | ||||
* | Small scope refactoring (#18263) | Clyybber | 2021-06-14 | 1 | -0/+12 |
* Small scope refactoring * Add test for #10251 * Add inline where appropriate |