Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 26, 2022 15:19 UTC (Sat) by nix (subscriber, #2304)In reply to: Moving the kernel to modern C by Wol
Parent article: Moving the kernel to modern C
> Are you telling me strongly language-aware editing tools can find non-existing declarations?
Well, no, but they can tell you what types the compiler has inferred for those variables (assuming the program is currently syntactically valid enough to do so, which in my experience is usually true if you're doing maintenance rather than writing a new function: if you're writing a new function, I hope you already know what types the variables you're using in your new code are. :) )