index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
stack-addr-ps.c
Age
Commit message (
Expand
)
Author
2012-02-18
Teach analyzer that blocks with no captures are globals. Fixes <rdar://probl...
Ted Kremenek
2011-07-28
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-07-28
[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-25
Update test cases.
Ted Kremenek
2011-02-15
[analyzer] Use the new registration mechanism on some of the internal checks....
Argyrios Kyrtzidis
2010-06-17
Tweak stack address checker to report multiple cases where globals may refere...
Ted Kremenek
2010-02-05
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-01-09
Fix broken diagnostic when returning the address of a stack-allocated array.
Ted Kremenek
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-11-26
Improve diagnostics in ReturnStackAddressChecker for returning a stack-alloca...
Ted Kremenek
2009-11-17
Drop unnecessary #include.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-07-29
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-10
Switch BasicStoreManager to use the new CastRegion implementation by default,
Ted Kremenek
2009-07-06
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...
Ted Kremenek
2009-07-02
Enhance RegionStore to lazily symbolicate fields and array elements for
Ted Kremenek
2009-07-01
Temporarily disable RegionStore for stack-addr-ps.c, as a new test case reveals
Ted Kremenek
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-05-16
PR3009: Get rid of bogus warning for scalar compound literals.
Eli Friedman
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-18
Fix test: config.h is not guaranteed to exist at the location in
Eli Friedman
2009-02-17
Eliminate dependency on where test is run from.
Daniel Dunbar
2009-02-17
Don't include alloca.h if it doesn't exist.
Ben Laurie
2009-02-17
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-01-22
This test case now passes with RegionStore.
Ted Kremenek
2009-01-20
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2008-12-13
MemRegion:
Ted Kremenek
2008-12-13
Temporarily XFAIL these tests.
Ted Kremenek
2008-11-07
include alloca.h instead of malloc.h. If this doesn't work for everyone we ca...
Anders Carlsson
2008-11-07
Bring in 'alloca' for the Analysis/stack-addr-ps.c test case.
Argyrios Kyrtzidis
2008-11-02
Add 'alloca' test case for return-of-stack-address checker.
Ted Kremenek
2008-10-31
Added missing 'expected-warning'
Ted Kremenek
2008-10-31
Enhance compound literal test case.
Ted Kremenek
2008-10-30
Add missing "expected warning".
Ted Kremenek
2008-10-30
Improve compound literal test case.
Ted Kremenek
2008-10-27
Add 'expected-warning' for braces around scalar initializer
Ted Kremenek
2008-10-27
Added compound literal test case.
Ted Kremenek
2008-07-31
Enhanced path-sensitive return-of-stack-address check to print out the name o...
Ted Kremenek
2008-04-10
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
Ted Kremenek
2008-03-31
Added path-sensitive check for return statements that return the address
Ted Kremenek