Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-28 | Ditch trailing spaces. | Nat Goodspeed | |
2024-08-20 | Fix TempSet to use type VAR to store mOldValue. | Nat Goodspeed | |
In fact we set mOldValue from mVar, and restore mVar from mOldValue, so the VAR type makes the most sense. The previous way, you'd get actual errors if you tried to use TempSet(pointervar, nullptr): that declared mOldValue to be nullptr_t, which you can't initialize from mVar. | |||
2024-06-12 | Extract TempSet from llcallbacklist.cpp into its own tempset.h. | Nat Goodspeed | |