swift
63da2996 - EscapeUtils: consider that a pointer argument can escape a function call

Commit
331 days ago
EscapeUtils: consider that a pointer argument can escape a function call Unlike addresses of indirect arguments, a pointer argument (e.g. `UnsafePointer`) can escape a function call. For example, it can be returned. Fixes a miscompile rdar://154124497
Author
Parents
Loading