summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/fields.c
Commit message (Expand)AuthorAgeFilesLines
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Improve pointer arithmetic checker.Gabor Horvath2016-02-231-1/+1
* [analyzer] Special-case bitfields when finding sub-region bindings.Jordan Rose2013-03-011-0/+87
* [analyzer] Create a temporary region when accessing a struct rvalue.Jordan Rose2012-10-171-1/+11
* Revert "[analyzer] Check that a member expr is valid even when the result is ...Jordan Rose2012-10-011-7/+0
* Revert "[analyzer] Create a temporary region for rvalue structs when accessin...Jordan Rose2012-09-291-10/+1
* [analyzer] Create a temporary region for rvalue structs when accessing fieldsJordan Rose2012-09-281-1/+10
* [analyzer] Check that a member expr is valid even when the result is an lvalue.Jordan Rose2012-09-221-0/+7
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-1/+1
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-1/+0
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-2/+2
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-2/+2
* [analyzer] Fix a crash until we can handle temporary struct objects properly.Argyrios Kyrtzidis2011-02-031-0/+10
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-2/+2
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-291-2/+2
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-1/+0
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-1/+1
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-0/+1
* Return UnknownVal for pointer arithmetic on struct fields.Zhongxing Xu2009-06-211-0/+9
* When casting VarRegion, if the var type is aggregate type and the cast-toZhongxing Xu2009-05-091-1/+0
* Make StoreManager::CastRegion() virtual and implement a new CastRegion() forZhongxing Xu2009-05-061-0/+1
* This test no longer fails.Ted Kremenek2009-05-041-1/+0
* StoreManager::CastRegion:Ted Kremenek2009-05-011-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-3/+3
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-2/+2
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+2
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-2/+2
* Use "VisitLValue" when processing the base for "x.f" field accesses, and "Vis...Ted Kremenek2008-10-181-0/+10
OpenPOWER on IntegriCloud