Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5b9bd2137ebef350af803c634e3fdf5d74678100
/
test
/
Analysis
/
uninit-vals-ps.c
5b9bd21
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
by Ted Kremenek
· 15 years ago
f7a0cf4
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
by Ted Kremenek
· 15 years ago
f3bfa21
Fix PR 4631. The compound initializers of unions were not being evaluated, which
by Ted Kremenek
· 15 years ago
bb97722
Fix regression in attribute 'nonnull' checking when a transition node
by Ted Kremenek
· 15 years ago
c037eac
Switch BasicStoreManager to use the new CastRegion implementation by default,
by Ted Kremenek
· 15 years ago
e1cea75
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'.
by Ted Kremenek
· 15 years ago
0c31317
Enhance diagnostics value tracking logic for null dereferences and uninitialized values.
by Ted Kremenek
· 16 years ago
ef77d54
Add a few more analyzer test cases.
by Ted Kremenek
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
ed8a93d
Fix PR3509 by providing correct starting locations for initializer lists
by Douglas Gregor
· 16 years ago
be1fe1e
Static Analyzer driver/options (partial) cleanup:
by Ted Kremenek
· 16 years ago
d427023
Add -analyze action to run static analyzer, instead of inferring from
by Daniel Dunbar
· 16 years ago
90b3236
Fix <rdar://problem/6451816>:
by Ted Kremenek
· 16 years ago
7c68666
Add checker test case: warn about returning an uninitialized value to the caller.
by Ted Kremenek
· 16 years ago
9f49055
Enable test file for 'region store' in addition to basic store.
by Ted Kremenek
· 16 years ago
e8e4d8c
Split region store specific test cases.
by Zhongxing Xu
· 16 years ago
89e8a07
Add test for path-sensitive uninit-val detection involving struct field.
by Zhongxing Xu
· 16 years ago
5c96c27
Fixed bug in the transfer function for dereferences: the loaded value from EvalLoad should bind to the UnaryOperator*, not its subexpression.
by Ted Kremenek
· 17 years ago
5c454ab
When reporting branch conditions that evaluate to an uninitialized value,
by Ted Kremenek
· 17 years ago
43ae4b0
Added uninitialized-values (path-sensitive) test case as a regression test
by Ted Kremenek
· 17 years ago