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