Files
swift-mirror/lib/Sema/PerformanceHints.cpp
Aviral Goel 6a3ca6d246 [Performance Hints] Disable performance hints if typechecker skips some function bodies
If `SkipFunctionBodies` is not `None`, functions that are inlinable or not used
for the result are not typechecked. The absence of type information crashes the
performance hint analyzer. This change prevents the analyzer from running in
these cases.
2025-10-31 16:32:33 -07:00

5.2 KiB