mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
I picked accessors that not only return the same result every time, but also do no interesting validation work with possible side effects. We have a lot more accessors that return the same result but also force a bunch of things to be loaded or diagnostics to be emitted, and I didn't want to change the behavior of any of those. No intended functionality change; this is just supposed to be a small optimization hint.
26 KiB
26 KiB