summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Make checkEndFunction() give access to the return statement.Reka Kovacs2018-07-161-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-22/+22
* [analyzer] operator new: Add a new checker callback, check::NewAllocator.Artem Dergachev2018-01-171-0/+17
* [analyzer] Add LocationContext as a parameter to checkRegionChangesAnna Zaks2017-01-131-11/+3
* [analyzer] Add check::BeginFunction to CheckerDocumentation checks. NFC.Devin Coughlin2016-07-281-0/+1
* [analyzer] Add checker callback for beginning of function.Devin Coughlin2016-02-191-1/+9
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-6/+1
* [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.Devin Coughlin2015-09-151-0/+10
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-6/+6
* Fix comment type pointed out by Kim Gräsman.Duncan Sands2013-05-251-1/+1
* Fix comment typo pointed out by maslen on IRC.Duncan Sands2013-05-241-1/+1
* [analyzer] Document existence of ConstPointerEscape.Anna Zaks2013-03-281-0/+12
* [analyzer] Add pointer escape type param to checkPointerEscape callbackAnna Zaks2013-02-071-1/+3
* [analyzer] Rename callback EndPath -> EndFunctionAnna Zaks2013-01-031-4/+4
* [analyzer] Address Jordan's nitpicks as per code review of r170625.Anna Zaks2012-12-211-1/+1
* [analyzer] Add the pointer escaped callback.Anna Zaks2012-12-201-1/+20
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges).Jordan Rose2012-11-071-13/+28
* [analyzer] CheckerDocumentation: Change examples for PreStmt and PostStmt.Jordan Rose2012-11-021-9/+9
* [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose2012-07-181-2/+1
* [analyzer] Add generic preCall and postCall checks.Jordan Rose2012-07-021-3/+33
* [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose2012-07-021-2/+2
* [analyzer] Add a new abstraction over all types of calls: CallEventJordan Rose2012-07-021-1/+1
* Documentation cleanup:James Dennett2012-06-151-10/+12
* corrected check::EndOfTranslationUnit checker name and added 'const' to decla...Anton Yartsev2012-03-231-3/+3
* [analyzer] Make Malloc Checker optimistic in presence of inlining.Anna Zaks2012-02-141-2/+16
* Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek2012-01-261-5/+5
* [analyzer] Add checker callback documentation.Anna Zaks2011-11-301-0/+219
OpenPOWER on IntegriCloud