summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers
Commit message (Expand)AuthorAgeFilesLines
* Forgot some references to misspelled enums.Benjamin Kramer2013-10-201-4/+4
* Miscellaneous speling fixes.Benjamin Kramer2013-10-201-1/+1
* [analyzer] ArrayRef-ize BugReporter::EmitBasicReport.Jordan Rose2013-10-077-32/+19
* [analyzer] RetainCountChecker: add support for CFAutorelease.Jordan Rose2013-10-071-8/+22
* [analyzer] Replace bug category magic strings with shared constants, take 2.Jordan Rose2013-10-045-25/+6
* Temporarily revert r191910 until the layering violation can be fixed.Richard Smith2013-10-033-6/+5
* [analyzer] Replace bug category magic strings with shared constants.Jordan Rose2013-10-033-5/+6
* [analyzer] Add new debug helper clang_analyzer_warnIfReached.Jordan Rose2013-10-031-0/+13
* [analyzer] Add missing return after function pointer null check.Jordan Rose2013-10-021-0/+1
* [analyzer] Handle destructors for the argument to C++ 'delete'.Jordan Rose2013-09-251-1/+2
* Fix array_pod_sort predicates after LLVM change.Benjamin Kramer2013-09-221-3/+3
* array_pod_sort loses some type safety, better use the right types.Benjamin Kramer2013-09-221-2/+2
* Rewrite a cold use of std::sort to array_pod_sort.Benjamin Kramer2013-09-221-12/+16
* [analyzer] Stop tracking the objects with attribute cleanup in the RetainCoun...Anna Zaks2013-09-171-0/+10
* New message for cases when ownership is taken:Anton Yartsev2013-09-161-10/+23
* Clean up some Triple usage in clang.Cameron Esfahani2013-09-141-2/+1
* Fix two incorrect comments.Jordan Rose2013-09-131-2/+2
* Get rid of unused isPodLike definition.Eli Friedman2013-09-111-2/+0
* Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...Aaron Ballman2013-09-031-1/+2
* Use pop_back_val() instead of both back() and pop_back().Robert Wilhelm2013-08-231-3/+2
* [analyzer] Don't run unreachable code checker on inlined functions.Jordan Rose2013-08-191-0/+3
* [analyzer] Assume that strings are no longer than SIZE_MAX/4.Jordan Rose2013-08-191-2/+15
* Omit arguments of __builtin_object_size from the CFG.Jordan Rose2013-08-191-6/+19
* Use the number of parameters in the actual method or function to determine th...Ted Kremenek2013-08-161-7/+1
* RetainCountChecker: Replace some loops with std:: algorithms.Benjamin Kramer2013-08-161-17/+5
* Revert r188574. Turns out it isn't needed.Ted Kremenek2013-08-161-1/+0
* Need summary info. about arguments toFariborz Jahanian2013-08-161-0/+1
* [analyzer] If realloc fails on an escaped region, that region doesn't leak.Jordan Rose2013-08-151-1/+1
* [static analyzer] add a simple "CallEffects" API to query the retain count se...Ted Kremenek2013-08-141-0/+44
* [static analyzer] Factor out ArgEffect and RetEffect into public header file.Ted Kremenek2013-08-141-93/+14
* DirectIvarAssignment: Replace vtable'd objects with simple functions.Benjamin Kramer2013-08-091-31/+19
* [analyzer] Warn when using 'delete' on an uninitialized variable.Jordan Rose2013-08-091-1/+29
* Eliminate CXXConstructorDecl::IsImplicitlyDefined.Jordan Rose2013-08-071-1/+1
* [analyzer] Don't process autorelease counts in synthesized function bodies.Jordan Rose2013-08-011-1/+8
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-13/+2
* [analyzer] Include analysis stack in crash traces.Jordan Rose2013-07-191-0/+7
* Add 'static' and 'const' qualifiers to some arrays of strings.Craig Topper2013-07-151-1/+1
* [analyzer] Add support for __builtin_addressof.Jordan Rose2013-07-121-1/+4
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-042-4/+4
* [analyzer] Improve handling of noreturn destructorsPavel Labath2013-07-031-13/+11
* Use getAs<> where appropriate on QualTypes instead of using dyn_cast.Eli Friedman2013-06-241-14/+7
* [analyzer] Add a debug checker that prints Exploded GraphAnna Zaks2013-06-242-0/+25
* Check the canonical parameter type with getAs<>() in a static checkerReid Kleckner2013-06-241-5/+5
* [analyzer] Use output form collections’ count to decide if ObjC for loop sh...Anna Zaks2013-06-221-8/+175
* Fix a crash in the static analyzer (bug #16307)Pavel Labath2013-06-191-1/+24
* [analyzer] Do not report uninitialized value warnings inside swap functions.Anna Zaks2013-06-182-0/+17
* [AST] Don't include RecursiveASTVisitor.h in ASTContext.hReid Kleckner2013-06-171-0/+1
* Fix memory corruption in CStringCheckerPavel Labath2013-06-121-4/+1
* [analyzer] Minor fixups to r183062Anna Zaks2013-06-081-7/+8
* [analyzer] Malloc checker should only escape the receiver when “[O init..]â...Anna Zaks2013-05-311-29/+45
OpenPOWER on IntegriCloud