aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/fields.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-01[analyzer] Special-case bitfields when finding sub-region bindings.Jordan Rose1-0/+87
2012-10-17[analyzer] Create a temporary region when accessing a struct rvalue.Jordan Rose1-1/+11
2012-10-01Revert "[analyzer] Check that a member expr is valid even when the result is ...Jordan Rose1-7/+0
2012-09-29Revert "[analyzer] Create a temporary region for rvalue structs when accessin...Jordan Rose1-10/+1
2012-09-28[analyzer] Create a temporary region for rvalue structs when accessing fieldsJordan Rose1-1/+10
2012-09-22[analyzer] Check that a member expr is valid even when the result is an lvalue.Jordan Rose1-0/+7
2012-08-24Fix analyzer tests.Ted Kremenek1-1/+1
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek1-1/+1
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek1-1/+0
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis1-2/+2
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis1-2/+2
2011-02-03[analyzer] Fix a crash until we can handle temporary struct objects properly.Argyrios Kyrtzidis1-0/+10
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek1-2/+2
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-2/+2
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu1-2/+2
2009-11-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar1-2/+2
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek1-2/+2
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-1/+1
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek1-1/+0
2009-07-10Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek1-1/+1
2009-07-06Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek1-0/+1
2009-06-21Return UnknownVal for pointer arithmetic on struct fields.Zhongxing Xu1-0/+9
2009-05-09When casting VarRegion, if the var type is aggregate type and the cast-toZhongxing Xu1-1/+0
2009-05-06Make StoreManager::CastRegion() virtual and implement a new CastRegion() forZhongxing Xu1-0/+1
2009-05-04This test no longer fails.Ted Kremenek1-1/+0
2009-05-01StoreManager::CastRegion:Ted Kremenek1-2/+2
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-3/+3
2009-02-17Static Analyzer driver/options (partial) cleanup:Ted Kremenek1-2/+2
2009-01-22This test case now passes with RegionStore.Ted Kremenek1-1/+2
2009-01-20Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar1-2/+2
2008-10-18Use "VisitLValue" when processing the base for "x.f" field accesses, and "Vis...Ted Kremenek1-0/+10