summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/misc-ps.m
Commit message (Expand)AuthorAgeFilesLines
* Fix lookup of fields from lazy bindings to check if the region isTed Kremenek2010-02-091-0/+18
* Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are im...Ted Kremenek2010-02-061-0/+7
* Fix regression in RegionStore (from BasicStore) where static variables were n...Ted Kremenek2010-02-061-0/+7
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-8/+8
* Specially handle casts to 'void' in AdjustedReturnValueChecker.Ted Kremenek2010-02-041-0/+8
* static analyzer: handle casts of a function to a function pointer withTed Kremenek2010-02-041-0/+14
* Fix regression in RegionStore due to recent changes inTed Kremenek2010-02-031-0/+13
* Explicitly check for casts to double or complex types instead of possibly ass...Ted Kremenek2010-02-021-0/+15
* Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not addTed Kremenek2010-02-021-0/+14
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-231-8/+8
* Add test case.Zhongxing Xu2010-01-191-0/+26
* Teach BugReporter to "escape" the occurance of '%' characters in diagnostic m...Ted Kremenek2010-01-151-0/+10
* implement PR6004, warning about divide and remainder by zero.Chris Lattner2010-01-121-6/+6
* Make sure this test case tests analyzing both x86_64 and i386 archs.Ted Kremenek2010-01-101-4/+8
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-0/+4
* Move test case to a more appropriate file.Zhongxing Xu2010-01-051-9/+0
* Add test case.Zhongxing Xu2010-01-051-0/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-4/+4
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-4/+4
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-291-4/+4
* Tweak UndefBranchChecker to register the most nested "undefined" expression w...Ted Kremenek2009-11-231-0/+6
* Cleanup title/description of "undefined branch" BugType and add some test cas...Ted Kremenek2009-11-231-0/+17
* More checker refactoring. Passing undefined values in a message expression i...Ted Kremenek2009-11-211-0/+20
* Handle case of missing '@end' in implementation contextFariborz Jahanian2009-11-161-0/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-4/+4
* Add undefined array subscript checker.Zhongxing Xu2009-11-111-0/+4
* CastToStructChecker: use 'isStructureType()' instead of 'isRecordType()' to d...Ted Kremenek2009-11-111-2/+23
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* Tweak wording and classifications of analyzer diagnostics.Ted Kremenek2009-11-051-2/+2
* Pull VLA size checker into its own files. Zhongxing Xu2009-11-031-2/+2
* Fix accidental use of CheckSVal instead of CheckLocation, and add aTed Kremenek2009-10-291-0/+6
* Fix another static analyzer crash due to a corner case in "folding" symbolic ...Ted Kremenek2009-10-171-9/+23
* Fix static analyzer crash due to recently add symbolic-value constant folding...Ted Kremenek2009-10-161-0/+12
* Fix crash introduced by r83358 where a symbol could be eagerlyTed Kremenek2009-10-061-0/+11
* Added test case for <rdar://problem/7152418>.Ted Kremenek2009-09-261-0/+24
* Fix PR 4988 by removing an invalid assertion (a function can be referenced inTed Kremenek2009-09-231-0/+7
* Fix: <rdar://problem/7242006> [RegionStore] compound literal assignment with ...Ted Kremenek2009-09-221-0/+7
* Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via...Ted Kremenek2009-09-221-0/+11
* Add test case for <rdar://problem/6829164>, which was implicitly fixed in r79...Ted Kremenek2009-09-211-0/+22
* Re-introduce diagnostic caching in BugReporter that was originally added inTed Kremenek2009-09-181-1/+2
* Revert most of r82198, which was causing a large number of crashesTed Kremenek2009-09-181-2/+1
* Introduce caching of diagnostics in BugReporter. This provides extraTed Kremenek2009-09-181-1/+2
* Add static analyzer transfer function support for __builtin_offsetof.Ted Kremenek2009-09-151-0/+42
* Implement: <rdar://problem/7185647> [RegionStore] 'self' cannot be NULL upon...Ted Kremenek2009-09-091-0/+13
* Fix regression in BasicStoreManager caused by implicitly casting loaded value...Ted Kremenek2009-08-251-0/+12
* Fix crash reported in <rdar://problem/7124210> by "back-porting" some of theTed Kremenek2009-08-251-0/+9
* Fix a bug in RegionStoreSubRegionManager::add() where multiple subregions wou...Ted Kremenek2009-08-051-0/+11
* Adjust test case.Ted Kremenek2009-08-041-1/+1
* Add a pass-by-value test for the analyzer.Ted Kremenek2009-08-031-0/+14
* Handle disgusting corner case where a byte is loaded from the address of a fu...Ted Kremenek2009-08-031-0/+9
OpenPOWER on IntegriCloud