summaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [CallGraph] Make sure the edges are not missed due to re-declarationsAnna Zaks2014-12-171-6/+17
* [Sema]. Warn when logical expression is a pointerFariborz Jahanian2014-11-143-3/+3
* Revert r221702 until I address Richard Trieu'sFariborz Jahanian2014-11-111-2/+1
* Patch to warn when logical evaluation of operand evalutes to a true value;Fariborz Jahanian2014-11-111-1/+2
* [analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...Anton Yartsev2014-10-219-9/+9
* [analyzer] Tweak MallocSizeOfChecker to not warn when using sizeof(void*) to ...Ted Kremenek2014-10-191-0/+26
* [analyzer] Check all 'nonnull' attributes, not just the first one.Jordan Rose2014-10-131-0/+98
* [analyzer] Make CStringChecker correctly calculate return value of mempcpyAnna Zaks2014-10-031-0/+39
* [analyzer] Fix pthread lock tests so that the API comes from a system header.Jordan Rose2014-09-102-23/+45
* Teach the analyzer that __builtin_assume_aligned returns its first argument.Jordan Rose2014-09-091-0/+28
* [analyzer] Don't crash if malloc() has an unexpected function prototype.Jordan Rose2014-09-051-0/+17
* Fixup for r216763. Add a driver test.Anna Zaks2014-08-291-0/+1
* Objective-C [qoi]. If property is going to be implementedFariborz Jahanian2014-08-291-2/+2
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-291-0/+10
* Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian2014-08-291-2/+2
* Add tests for variadic functions versus attribute nonnull in the static analy...Richard Smith2014-08-271-0/+20
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-273-0/+294
* [analyzer] Don't warn on virtual calls in ctors to final methods.Benjamin Kramer2014-08-211-1/+22
* [test] Turn off warnings for test/Analysis/identical-expressions.cpp.Jordan Rose2014-08-201-3/+3
* [analyzer] UnixAPI: Check that the third argument to open(2) (if present) is ...Jordan Rose2014-08-201-0/+48
* [analyzer] UnixAPI: Check when open(2) is called with more than three arguments.Jordan Rose2014-08-201-0/+27
* [analyzer] IdenticalExpr: don't try to compare integer literals with differen...Jordan Rose2014-08-201-0/+12
* [analyzer] IdenticalExpr: use getBytes rather than getString to compare strin...Jordan Rose2014-08-201-0/+7
* Work around missing handling of temporaries bound to default arguments.Manuel Klimek2014-08-131-0/+21
* [analyzer] Check for negative values used as the size of a C variable-length ...Jordan Rose2014-08-122-13/+86
* Work around default parameter problem in the static analyzer.Manuel Klimek2014-08-111-0/+5
* Re-applying r214962.Manuel Klimek2014-08-072-69/+215
* Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...Rui Ueyama2014-08-062-433/+275
* Fix modelling of non-lifetime-extended temporary destructors in the analyzer.Manuel Klimek2014-08-062-275/+433
* [Analyzer] fix for PR19102Anton Yartsev2014-08-051-0/+43
* Fix some cases of incorrect handling of lifetime extended temporaries.Manuel Klimek2014-07-301-1/+56
* Objective-C. Issue more warning diagnostic when certainFariborz Jahanian2014-07-261-2/+2
* Consolidate header inclusion diagnosticsAlp Toker2014-07-112-2/+2
* [analyzer] Check for code testing a variable for 0 after using it as a denomi...Jordan Rose2014-07-101-0/+204
* Do not inline methods of C++ containers (coming from headers).Anna Zaks2014-06-271-10/+40
* [analyzer] Check for NULL passed to CFAutorelease.Jordan Rose2014-06-212-16/+32
* Fix/Improve SourceRange of explicitly defaulted membersDaniel Jasper2014-06-201-5/+5
* [analyzer] Don't create new PostStmt nodes if we don't have to.Jordan Rose2014-06-181-0/+27
* Fix a crash in Retain Count checker error reportingAnna Zaks2014-06-131-0/+60
* Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu2014-06-064-6/+6
* Fix testcase for case.Eric Christopher2014-05-201-1/+1
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
* [analyzer] Functions marked __attribute__((const)) don't modify any memory.Jordan Rose2014-05-071-0/+29
* Fix handling of condition variables in the face of temp dtors.Manuel Klimek2014-05-051-5/+5
* Fix crash when resolving branch conditions for temporary destructor condition...Manuel Klimek2014-05-051-13/+18
* [analyzer] Improve test from r207486.Jordan Rose2014-04-291-5/+8
* [analyzer] Don't assert when combining using .* on a temporary.Jordan Rose2014-04-291-1/+19
* [analyzer] Don't crash when a construction is followed by an uninitialized va...Jordan Rose2014-04-291-0/+27
* [analyzer] When checking Foundation method calls, match the selectors exactly.Jordan Rose2014-04-091-0/+8
* [analyzer] Re-enable test I accidentally committed commented-out.Jordan Rose2014-04-071-5/+5