summaryrefslogtreecommitdiff
path: root/test/Analysis/misc-ps-region-store.m
Commit message (Expand)AuthorAgeFilesLines
* Fixes a typo in my last patch.Fariborz Jahanian2013-03-271-1/+1
* Objective-C: Issue more precise warning when userFariborz Jahanian2013-03-271-1/+1
* [analyzer] Rename AttrNonNullChecker -> NonNullParamCheckerAnna Zaks2013-03-091-1/+1
* Fix capitalization of Objective-C in diagnostic.Ted Kremenek2013-01-031-1/+1
* Implement GCC's -Wint-to-pointer-cast.David Blaikie2012-10-161-0/+3
* Fix analyzer tests.Ted Kremenek2012-08-241-2/+2
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-1/+1
* [analyzer] Convert existing checkers to use check::preCall and check::postCall.Jordan Rose2012-07-021-1/+1
* Explicitly model capturing variables for blocks in the static analyzer. Fixe...Ted Kremenek2012-05-041-0/+20
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-2/+2
* Fix another false positive in RegionStore involving doing loads from symbolic...Ted Kremenek2012-04-031-0/+16
* [analyzer] Turn inlining on by default for better testing exposure.Anna Zaks2012-03-011-1/+3
* Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek2012-01-201-2/+2
* objc: deprecate direct usage of 'isa' of objc objectsFariborz Jahanian2012-01-181-1/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-2/+2
* Fix regression in static analyzer's handling of prefix '--' operator. It was...Ted Kremenek2011-05-201-0/+24
* Fix RegionStore bug when doing a field load whose parent is also a field assi...Ted Kremenek2011-04-031-0/+25
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-2/+2
* Tweak RegionStore's handling of lazy compound values to use the 'Default' ver...Ted Kremenek2011-03-171-0/+20
* Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek2011-03-121-2/+2
* static analyzer: Fix use-after-free bug in RegionStore involving LazyCompound...Ted Kremenek2011-03-081-0/+17
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-2/+2
* [analyzer] Migrate UndefResultChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-2/+2
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-2/+2
* Allow passing a list of comma separated checker names to -analyzer-checker, e.g:Argyrios Kyrtzidis2011-02-241-2/+2
* [analyzer] Migrate ArrayBoundChecker to CheckerV2.Argyrios Kyrtzidis2011-02-241-2/+2
* [analyzer] Migrate ReturnPointerRangeChecker to CheckerV2.Argyrios Kyrtzidis2011-02-241-2/+2
* [analyzer] Use the new registration mechanism on some of the experimental int...Argyrios Kyrtzidis2011-02-151-2/+2
* [analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis2011-02-151-2/+2
* Don't try and symbolicate unions; we don't reasonTed Kremenek2011-01-251-0/+20
* Fix a corner case in RegionStore where we assignTed Kremenek2011-01-131-0/+14
* Teach AttrNonNullChecker about transparent unions. Fixes crash reported in <...Ted Kremenek2010-11-091-0/+14
* If visiting RHS causes us to finish 'Block', e.g. the RHS is a StmtExprZhongxing Xu2010-10-271-0/+6
* Don't divide-by-zero in RegionStoreManager::getSizeInElements() when getting ...Ted Kremenek2010-09-141-0/+27
* Fix CFGBuilder crash reported in PR 8141.Ted Kremenek2010-09-141-0/+14
* Clean up obtuse wording of checker diagnostic of using an uninitialized value...Ted Kremenek2010-09-091-2/+2
* Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal().Ted Kremenek2010-09-091-4/+6
* Tweak test case. 'int' would introduce out-of-bound issues. We focus on arrayZhongxing Xu2010-09-021-1/+1
* Add yet another test case for PR 8015, showing how reasoning over symbolic in...Ted Kremenek2010-09-011-0/+15
* Add another test case for PR 8015, here with the array index being within a v...Ted Kremenek2010-09-011-0/+9
* Partial fix for PR 8015 (fix is actually by Jordy Rose, and I added a test ca...Ted Kremenek2010-09-011-0/+26
* Don't assert in the analyzer when analyze code does a byte load from a functi...Ted Kremenek2010-09-011-0/+24
* Adjusted the semantics of assign checking in IdempotentOperationCheckerTom Care2010-08-301-1/+1
* Enabled relaxed LiveVariables analysis in the path-sensitive engine to increa...Tom Care2010-08-271-2/+2
* Add test case for <rdar://problem/8258814>.Ted Kremenek2010-08-021-0/+9
* Augment RegionStore::BindStruct() to bind symbolicated struct values. This f...Ted Kremenek2010-07-291-0/+16
* Correctly construct an ElementRegion for alloca() + pointer arithmetic. Fixe...Ted Kremenek2010-06-221-0/+8
* Discard qualifiers for ElementRegions so that a 'const' doesn't change the lo...Ted Kremenek2010-05-271-0/+19
* Static analyzer: Don't crash when casting a symbolic region address to a floa...Ted Kremenek2010-04-161-0/+10
* Fix PR 6844, a regression caused by the introduction of llvm_unreachable for ...Ted Kremenek2010-04-151-0/+10