aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Use instance_properties instead of properties. NFC.Manman Ren1-1/+1
2015-12-28Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko1-7/+6
2015-07-02Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer1-3/+3
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-03-13[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...Aaron Ballman1-4/+1
2014-03-13Renaming the recently-created (r203830) props() range API to properties() for...Aaron Ballman1-1/+1
2014-03-13[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...Aaron Ballman1-4/+1
2014-03-10[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...Aaron Ballman1-11/+2
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-10/+11
2013-08-09DirectIvarAssignment: Replace vtable'd objects with simple functions.Benjamin Kramer1-31/+19
2013-01-17[analyzer] DirectIvarAssignment: allow suppression annotation on Ivars.Anna Zaks1-7/+17
2013-01-16[analyzer] Add an annotation to allow suppression of direct ivarAnna Zaks1-0/+18
2012-12-22Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_insta...Ted Kremenek1-2/+2
2012-12-05Add missing virtual destructors reported by -Wnon-virtual-dtor.Daniel Jasper1-0/+2
2012-12-05[analyzer] Implement an opt-in variant of direct ivar assignment.Anna Zaks1-8/+52
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-3/+3
2012-10-15[analyzer] Do not warn on direct ivar assignments within copy methods.Anna Zaks1-0/+2
2012-09-27[analyzer] Address Jordan's code review for r164790.Anna Zaks1-18/+18
2012-09-27[analyzer] Add an experimental ObjC direct ivar assignment checker.Anna Zaks1-0/+178