summaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer] Diagnostics: Supply Caller information even if the bug occursAnna Zaks2012-03-141-1/+1
* [Analyser] Remove unnecessary recursive visits for ExprWithCleanups andErik Verbruggen2012-03-141-0/+22
* [analyzer] Call enter/exit diagnostic should refer to caller/callee,Anna Zaks2012-03-133-8/+8
* [analyzer] Change the order in which we analyze the functions underAnna Zaks2012-03-132-12/+12
* [analyzer] Use recursive AST visitor to drive simple visitation order inAnna Zaks2012-03-131-9/+17
* [analyzer] Include inlining call stack depth in plist output.Ted Kremenek2012-03-121-1/+131
* [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...Ted Kremenek2012-03-102-6/+41
* Teach RetainCountChecker about mixing method families with explicit annotatio...Ted Kremenek2012-03-091-0/+20
* [analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek2012-03-093-450/+660
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-0811-11/+11
* Add a basic CallGraph to Analysis.Anna Zaks2012-03-081-0/+21
* Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.Ted Kremenek2012-03-063-9/+146
* [analyzer] add a diagnostic event when entering a call via inlining, within t...Ted Kremenek2012-03-061-2/+49
* Teak CallAndMessageChecker to only warn about uninitialized struct fields in ...Ted Kremenek2012-03-051-0/+13
* Teach SimpleSValBuilder that (in the absence of more information) stack memor...Ted Kremenek2012-03-052-1/+33
* [analyzer] False positive in SelfInit - teach the checker about methodAnna Zaks2012-03-051-4/+25
* [analyzer] Malloc should assume that ownership is transfered whenAnna Zaks2012-03-051-0/+6
* Remove a recursive visitation in ExprEngine that is no longer needed because ...Erik Verbruggen2012-03-041-0/+9
* [analyzer] do not warn about returning stack-allocated memory when it comes f...Ted Kremenek2012-03-031-0/+19
* [analyzer diagnostics] flush locations *before* popping the current path when...Ted Kremenek2012-03-021-0/+234
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-021-1/+1
* [analyzer diagnostics] Change CompactPathDiagnostic to recursively compact di...Ted Kremenek2012-03-023-0/+41
* [analyzer] Turn inlining on by default for better testing exposure.Anna Zaks2012-03-011-1/+3
* [analyzer] Fix a regression introduced in malloc withAnna Zaks2012-03-011-0/+9
* [analyzer] Malloc: A pointer might escape through CFContainers APIs,Anna Zaks2012-02-294-6/+91
* Remove a recursive visitiation in ExprEngine that is no longer neededErik Verbruggen2012-02-291-1/+4
* [analyzer] Tweak the UnreachableCode checker to not warning about unreachable...Ted Kremenek2012-02-291-0/+17
* clang/test/Analysis/stats.c: Fix up r151656.NAKAMURA Takumi2012-02-291-1/+1
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-281-4/+23
* [analyzer] Retain release: drop the line number info from the leakAnna Zaks2012-02-283-3/+3
* [analyzer] Stats: Add the stats about remove dead bindings, correct theAnna Zaks2012-02-281-3/+3
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-281-2/+3
* [analyzer] Fix Malloc False Positive (PR 12100)Anna Zaks2012-02-283-13/+60
* [analyzer] teach analyzer about ObjC literals, thus trimming out a false posi...Ted Kremenek2012-02-281-0/+37
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-271-3/+4
* Fix a test case that was added in r151570. The redirect of output was brokenRichard Trieu2012-02-271-1/+2
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-271-3/+2
* [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks2012-02-271-0/+6
* RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt...Ted Kremenek2012-02-251-0/+14
* [analyzer] Malloc: reason about the ObjC messages and C++.Anna Zaks2012-02-242-59/+121
* [analyzer] Run remove dead bindings before each call.Anna Zaks2012-02-242-2/+12
* [analyzer] We were silently stopping exploring the path afterAnna Zaks2012-02-241-0/+16
* Make PathDiagnosticBuilder sensitive to varying LocationContexts, thus fixing...Ted Kremenek2012-02-241-36/+3
* Remove stray path in test file.Ted Kremenek2012-02-241-1/+0
* Reapply r151317, but when computing the PathDiagnostic profile and size keep ...Ted Kremenek2012-02-241-2/+17
* [analyzer] KeyChainAPI: unique the leaks by allocation site.Anna Zaks2012-02-231-2/+11
* objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian2012-02-231-1/+1
* [analyzer] Malloc: unique leak reports by allocation site.Anna Zaks2012-02-231-2/+2
* [analyzer] Invalidate the region passed to pthread_setspecific() call.Anna Zaks2012-02-232-0/+14
* [analyzer] Malloc cleanup:Anna Zaks2012-02-221-0/+6