Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang] Fixes to immediate-escalating functions (llvm#82281)
* Consider that immediate escalating function can appear at global scope, fixing a crash * Lambda conversion to function pointer was sometimes not performed in an immediate function context when it should be. Fixes llvm#82258 (cherry picked from commit baf6bd3)
- Loading branch information