aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-28Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...Alexander Kornienko1-4/+1
2015-09-16[analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin1-1/+1
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-7/+7
2015-06-23Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman1-2/+1
2014-05-07[analyzer] Use a lazily-initialized BugType in ObjCSelfInitChecker.Jordan Rose1-10/+6
2014-05-06Fix leak in ObjCSelfInitChecker, found by LSan.Nico Weber1-19/+18
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-02-17[analyzer] Improved checker naming in CFG dump.Anton Yartsev1-1/+1
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-11/+14
2013-02-20Replace SVal llvm::cast support to be well-defined.David Blaikie1-5/+6
2012-12-13[analyzer] Fix a self-init checker false positive.Anna Zaks1-2/+7
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+2
2012-12-01Add raw_ostream include to pacify MSVC.Benjamin Kramer1-0/+1
2012-11-02[analyzer] Add some convenience accessors to CallEvent, and use them.Jordan Rose1-4/+3
2012-11-02[analyzer] Convert some of the harder cases over to ProgramStateTrait macros.Jordan Rose1-27/+11
2012-11-02[analyzer] Rename 'EmitReport' to 'emitReport'.Jordan Rose1-1/+1
2012-09-08[analyzer] ObjCSelfInitChecker should always clean up in postCall checks.Jordan Rose1-2/+3
2012-09-08[analyzer] Add debug output for ObjCSelfInitChecker's state.Jordan Rose1-0/+48
2012-07-26[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.Jordan Rose1-1/+1
2012-07-02[analyzer] Convert existing checkers to use check::preCall and check::postCall.Jordan Rose1-63/+23
2012-07-02[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose1-18/+11
2012-07-02[analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends.Jordan Rose1-2/+6
2012-07-02[analyzer] Convert CallAndMessageChecker and ObjCSelfInitChecker to CallEvent.Jordan Rose1-10/+39
2012-05-08[analyzer] SelfInit: Stop tracking self if it's assigned a value weAnna Zaks1-1/+25
2012-04-16[analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks1-5/+20
2012-04-05Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek1-1/+1
2012-03-05[analyzer] False positive in SelfInit - teach the checker about methodAnna Zaks1-10/+35
2012-02-18Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...Ted Kremenek1-1/+1
2012-02-04[analyzer] Minor cleanups to the ObjCSelfInitChecker.Anna Zaks1-15/+5
2012-01-26Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek1-6/+6
2012-01-06[analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek1-5/+6
2011-10-26[analyzer] Rename generateNode -> addTransition in CheckerContextAnna Zaks1-3/+3
2011-10-25[analyzer] Simplify CheckerContextAnna Zaks1-3/+3
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek1-4/+4
2011-10-06[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...Anna Zaks1-1/+3
2011-09-02[analyzer] Remove TransferFuncs.h, then deal with the fallout.Jordy Rose1-0/+1
2011-08-17Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...Anna Zaks1-2/+2
2011-08-15Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek1-10/+10
2011-08-12Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek1-3/+3
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-03-02Move some of the logic about classifying Objective-C methods intoJohn McCall1-7/+2
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis1-2/+2
2011-02-22[analyzer] Start moving the path-sensitive checkers to CheckerV2.Argyrios Kyrtzidis1-56/+67
2011-02-17[analyzer] Pass CheckerManager to the registration functions.Argyrios Kyrtzidis1-1/+6
2011-02-15[analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis1-1/+1
2011-02-12Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method w...Ted Kremenek1-7/+22
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek1-3/+3
2011-02-08[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...Argyrios Kyrtzidis1-1/+1
2011-02-05[analyzer] Fix a false positive of the 'self' initialization checker.Argyrios Kyrtzidis1-4/+20
2011-02-01Fix the message. Thanks to Thomas Clement for noticing.Argyrios Kyrtzidis1-1/+1