Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
782f63ecd124f9384f988dc7e0cf4ae1540c15f6
/
test
/
Analysis
/
stack-addr-ps.cpp
782f63e
Handle CXXTempObjectRegion in StackAddrEscapeChecker.
by Jeffrey Yasskin
· 14 years ago
26e10be
Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g:
by Argyrios Kyrtzidis
· 15 years ago
d976ca4
Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host.
by Argyrios Kyrtzidis
· 15 years ago
8b2f01b
Emit warnings if we are returning a reference to a local temporary.
by Argyrios Kyrtzidis
· 15 years ago
68957a9
Teach SemaChecking::CheckReturnStackAddr about ImplicitCastExprs that convert values to an lvalue. This allows us to warn (again) about returning references to stack variables. (fixes PR 7812).
by Ted Kremenek
· 15 years ago