aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-13[analyzer] Add LocationContext as a parameter to checkRegionChangesAnna Zaks1-11/+3
2016-07-28[analyzer] Add check::BeginFunction to CheckerDocumentation checks. NFC.Devin Coughlin1-0/+1
2016-02-19[analyzer] Add checker callback for beginning of function.Devin Coughlin1-1/+9
2016-02-10Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko1-6/+1
2015-09-15[analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.Devin Coughlin1-0/+10
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-6/+6
2013-05-25Fix comment type pointed out by Kim Gräsman.Duncan Sands1-1/+1
2013-05-24Fix comment typo pointed out by maslen on IRC.Duncan Sands1-1/+1
2013-03-28[analyzer] Document existence of ConstPointerEscape.Anna Zaks1-0/+12
2013-02-07[analyzer] Add pointer escape type param to checkPointerEscape callbackAnna Zaks1-1/+3
2013-01-03[analyzer] Rename callback EndPath -> EndFunctionAnna Zaks1-4/+4
2012-12-21[analyzer] Address Jordan's nitpicks as per code review of r170625.Anna Zaks1-1/+1
2012-12-20[analyzer] Add the pointer escaped callback.Anna Zaks1-1/+20
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-11-07[analyzer] Enhance docs for checker callbacks (esp. processRegionChanges).Jordan Rose1-13/+28
2012-11-02[analyzer] CheckerDocumentation: Change examples for PreStmt and PostStmt.Jordan Rose1-9/+9
2012-07-18[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose1-2/+1
2012-07-02[analyzer] Add generic preCall and postCall checks.Jordan Rose1-3/+33
2012-07-02[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose1-2/+2
2012-07-02[analyzer] Add a new abstraction over all types of calls: CallEventJordan Rose1-1/+1
2012-06-15Documentation cleanup:James Dennett1-10/+12
2012-03-23corrected check::EndOfTranslationUnit checker name and added 'const' to decla...Anton Yartsev1-3/+3
2012-02-14[analyzer] Make Malloc Checker optimistic in presence of inlining.Anna Zaks1-2/+16
2012-01-26Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek1-5/+5
2011-11-30[analyzer] Add checker callback documentation.Anna Zaks1-0/+219