Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
aa26650966e13fc462985d9b8fbe420c01edf014
/
test
/
Analysis
/
stack-addr-ps.c
c037eac
Switch BasicStoreManager to use the new CastRegion implementation by default,
by Ted Kremenek
· 16 years ago
e1cea75
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'.
by Ted Kremenek
· 16 years ago
dc14726
Enhance RegionStore to lazily symbolicate fields and array elements for
by Ted Kremenek
· 16 years ago
dac5bd4
Temporarily disable RegionStore for stack-addr-ps.c, as a new test case reveals
by Ted Kremenek
· 16 years ago
6c07bdb
Introduce a new concept to the static analyzer: SValuator.
by Ted Kremenek
· 16 years ago
759f252
PR3009: Get rid of bogus warning for scalar compound literals.
by Eli Friedman
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
e1d77c3
Fix test: config.h is not guaranteed to exist at the location in
by Eli Friedman
· 16 years ago
4b2d0dd
Eliminate dependency on where test is run from.
by Daniel Dunbar
· 16 years ago
61a3778
Don't include alloca.h if it doesn't exist.
by Ben Laurie
· 16 years ago
be1fe1e
Static Analyzer driver/options (partial) cleanup:
by Ted Kremenek
· 16 years ago
b78284a
This test case now passes with RegionStore.
by Ted Kremenek
· 16 years ago
d427023
Add -analyze action to run static analyzer, instead of inferring from
by Daniel Dunbar
· 16 years ago
6eddeb1
MemRegion:
by Ted Kremenek
· 16 years ago
cfec1db
Temporarily XFAIL these tests.
by Ted Kremenek
· 16 years ago
31483b4
include alloca.h instead of malloc.h. If this doesn't work for everyone we can just declare alloca directly in the file.
by Anders Carlsson
· 16 years ago
ff6ec39
Bring in 'alloca' for the Analysis/stack-addr-ps.c test case.
by Argyrios Kyrtzidis
· 16 years ago
c979a9b
Add 'alloca' test case for return-of-stack-address checker.
by Ted Kremenek
· 16 years ago
beb62c5
Added missing 'expected-warning'
by Ted Kremenek
· 16 years ago
fab6f22
Enhance compound literal test case.
by Ted Kremenek
· 16 years ago
64cc62d
Add missing "expected warning".
by Ted Kremenek
· 16 years ago
d4a0798
Improve compound literal test case.
by Ted Kremenek
· 16 years ago
c532f63
Add 'expected-warning' for braces around scalar initializer
by Ted Kremenek
· 16 years ago
194aade
Added compound literal test case.
by Ted Kremenek
· 16 years ago
22bda88
Enhanced path-sensitive return-of-stack-address check to print out the name of the variable whose address was returned.
by Ted Kremenek
· 17 years ago
d71ed26
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
by Ted Kremenek
· 17 years ago
02737ed
Added path-sensitive check for return statements that return the address
by Ted Kremenek
· 17 years ago