Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ff020a6b60454c67142a24727f18a5cb1521f66
/
clang
/
test
/
Analysis
/
stack-addr-ps.cpp
f743275
Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warnings
by Richard Trieu
· 11 years ago
cf878bb
[analyzer] Fix FP warnings when binding a temporary to a local static variable
by Pavel Labath
· 12 years ago
dc16628
Re-apply "[analyzer] Model casts to bool differently from other numbers."
by Jordan Rose
· 13 years ago
49f888b
Revert "[analyzer] Model casts to bool differently from other numbers."
by Jordan Rose
· 13 years ago
9661c1d
[analyzer] Model casts to bool differently from other numbers.
by Jordan Rose
· 13 years ago
5772f82
[analyzer] Make sure a materialized temporary matches its bindings.
by Jordan Rose
· 13 years ago
a3bb2b6
Fix regression in modeling assignments of an address of a variable to itself. Fixes <rdar://problem/13226577>.
by Ted Kremenek
· 13 years ago
d799a2b
Better wording for reference self-initialization warning.
by Hans Wennborg
· 13 years ago
e1fdb05
Warn about self-initialization of references.
by Hans Wennborg
· 13 years ago
b4015e1
When going through references to check if the function returns the address
by Argyrios Kyrtzidis
· 14 years ago
2a14c69
Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling in ExprEngine. Fixes <rdar://problem/10201666>.
by Ted Kremenek
· 14 years ago
0e9cdbb
Handle CXXTempObjectRegion in StackAddrEscapeChecker.
by Jeffrey Yasskin
· 14 years ago
e72f715
Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g:
by Argyrios Kyrtzidis
· 15 years ago
091d97c
Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host.
by Argyrios Kyrtzidis
· 15 years ago
569cad9
Emit warnings if we are returning a reference to a local temporary.
by Argyrios Kyrtzidis
· 15 years ago
b786156
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