Commits

Vedant Kumar committed c5873f3683c
[Coverage] Make ~ProfilerRAII restore the correct context Swift permits function decls within function decls. ~ProfilerRAII would destroy the current profiling context upon entering a nested function decl instead of preserving it for later use. Fix the issue by recording the correct context in ProfilerRAII.