[CodeGen] bugfix: ApplyDebugLocation goes out of scope before intended
authorusama hameed <u_hameed@apple.com>
Fri, 20 Jan 2023 19:24:05 +0000 (11:24 -0800)
committerusama hameed <u_hameed@apple.com>
Tue, 24 Jan 2023 23:31:07 +0000 (15:31 -0800)
commit5b6dbdecba0b033e6a64593062cf87cd6c8a66ee
tree4fc91abfff9831221d181919c71ac80a50a8bbd0
parent2a539ee17d8a6f0e4b99e1f8e8df593500b9154b
[CodeGen] bugfix: ApplyDebugLocation goes out of scope before intended

rdar://103570533

Differential Revision: https://reviews.llvm.org/D142243
clang/lib/CodeGen/CodeGenFunction.cpp
clang/test/CodeGenObjC/objc-arc-ubsan-debugging.m [new file with mode: 0644]