Files
clang-p2996/llvm/lib/Analysis/BasicAliasAnalysis.cpp
Nikita Popov 5b0f4f2cb0 [BasicAA] Treat returns_twice functions as clobbering unescaped objects (#117902)
Effectively this models all the accesses that occur between the first
and second return as happening at the point of the call.

Fixes https://github.com/llvm/llvm-project/issues/116668.
2024-12-03 09:55:12 +01:00

80 KiB