Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] DirectIvarAssignment: allow suppression annotation on Ivars. | Anna Zaks | 2013-01-17 | 1 | -7/+17 |
| | | | | llvm-svn: 172766 | ||||
* | [analyzer] Add an annotation to allow suppression of direct ivar | Anna Zaks | 2013-01-16 | 1 | -0/+18 |
| | | | | | | assignment llvm-svn: 172597 | ||||
* | Fix typo: objc_no_direct_instance_variable_assignmemt => ↵ | Ted Kremenek | 2012-12-22 | 1 | -2/+2 |
| | | | | | | | | objc_no_direct_instance_variable_assignment. Fixes <rdar://problem/12927551>. llvm-svn: 170971 | ||||
* | Add missing virtual destructors reported by -Wnon-virtual-dtor. | Daniel Jasper | 2012-12-05 | 1 | -0/+2 |
| | | | | llvm-svn: 169365 | ||||
* | [analyzer] Implement an opt-in variant of direct ivar assignment. | Anna Zaks | 2012-12-05 | 1 | -8/+52 |
| | | | | | | | This will only check the direct ivar assignments in the annotated methods. llvm-svn: 169349 | ||||
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | uncovered. This required manually correcting all of the incorrect main-module headers I could find, and running the new llvm/utils/sort_includes.py script over the files. I also manually added quite a few missing headers that were uncovered by shuffling the order or moving headers up to be main-module-headers. llvm-svn: 169237 | ||||
* | [analyzer] Do not warn on direct ivar assignments within copy methods. | Anna Zaks | 2012-10-15 | 1 | -0/+2 |
| | | | | llvm-svn: 165992 | ||||
* | [analyzer] Address Jordan's code review for r164790. | Anna Zaks | 2012-09-27 | 1 | -18/+18 |
| | | | | llvm-svn: 164803 | ||||
* | [analyzer] Add an experimental ObjC direct ivar assignment checker. | Anna Zaks | 2012-09-27 | 1 | -0/+178 |
llvm-svn: 164790 |