summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Analyzer] Use a reference in a range-based forMark de Wever2019-11-121-11/+11
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-1/+1
* [analyzer] NFC: Change evalCall() to provide a CallEvent.Artem Dergachev2019-06-191-6/+8
* [analyzer] print() JSONify: Checker messages implementationCsaba Dabis2019-05-291-5/+68
* [analyzer] Emit an error rather than assert on invalid checker option inputKristof Umann2019-03-081-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC][Test commit] Fix typos in a commentAleksei Sidorin2018-10-201-2/+2
* [analyzer] Associate diagnostics created in checkEndFunction with a return st...George Karpenkov2018-09-211-3/+2
* [analyzer] Make checkEndFunction() give access to the return statement.Reka Kovacs2018-07-161-2/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-14/+14
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-02-261-113/+135
* [analyzer] operator new: Add a new ProgramPoint for check::NewAllocator.Artem Dergachev2018-01-181-6/+1
* [analyzer] operator new: Add a new checker callback, check::NewAllocator.Artem Dergachev2018-01-171-0/+44
* [analyzer] Add LocationContext as a parameter to checkRegionChangesAnna Zaks2017-01-131-5/+7
* [analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callbackAnna Zaks2016-11-161-15/+4
* [analyzer] Add checker callback for beginning of function.Devin Coughlin2016-02-191-0/+38
* Silencing a -Wreturn-type warning; NFC.Aaron Ballman2015-09-151-0/+1
* [analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.Devin Coughlin2015-09-151-8/+39
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-6/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-7/+7
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-7/+7
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-6/+6
* [analyzer] This patch removes passing around of const-invalidation vs regular...Anton Yartsev2013-09-241-5/+5
* Replace some DenseMap keys with simpler structures that don't need another De...Benjamin Kramer2013-08-161-18/+14
* [analyzer] Add support for escape of const pointers and use it to allow “ne...Anna Zaks2013-03-281-9/+14
* [analyzer] Add pointer escape type param to checkPointerEscape callbackAnna Zaks2013-02-071-2/+8
* [analyzer] Rename callback EndPath -> EndFunctionAnna Zaks2013-01-031-9/+9
* [analyzer] Add the pointer escaped callback.Anna Zaks2012-12-201-3/+22
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* [analyzer] Refactor: Remove Pred from NodeBuilderContext.Anna Zaks2012-11-031-1/+1
* [analyzer] Remove unneeded 'inlineCall' checker callback.Jordan Rose2012-10-131-36/+3
* [analyzer] Use the common evalBind infrastructure for initializers.Jordan Rose2012-08-251-7/+6
* [analyzer] Reduce code duplication: make CXXDestructorCall a CXXInstanceCall.Jordan Rose2012-08-131-2/+2
* [analyzer] Perform post-call checks for all inlined calls.Jordan Rose2012-07-301-17/+23
* [analyzer] Only allow CallEvents to be created by CallEventManager.Jordan Rose2012-07-301-9/+4
* [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.Jordan Rose2012-07-261-1/+1
* [analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on theAnna Zaks2012-07-191-2/+4
* [analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.Jordan Rose2012-07-101-9/+1
* [analyzer] Add generic preCall and postCall checks.Jordan Rose2012-07-021-0/+57
* [analyzer] Use CallEvent for inlining and call default-evaluation.Jordan Rose2012-07-021-19/+5
* [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.Jordan Rose2012-07-021-5/+5
* [analyzer] Add a new abstraction over all types of calls: CallEventJordan Rose2012-07-021-1/+1
* [analyzer] Run remove dead bindings right before leaving a function.Anna Zaks2012-04-201-6/+11
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-061-9/+17
* Avoid applying retain/release effects twice in RetainCountChecker when a func...Ted Kremenek2012-03-231-6/+8
* Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...Ted Kremenek2012-02-181-2/+4
* [analyzer] Make Malloc Checker optimistic in presence of inlining.Anna Zaks2012-02-141-2/+3
* Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek2012-01-261-7/+7
* [analyzer] Simplify CheckerContextAnna Zaks2011-10-251-8/+8
* [analyzer] Make branch for condition callback use CheckerContextAnna Zaks2011-10-251-6/+30
OpenPOWER on IntegriCloud