summaryrefslogtreecommitdiff
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
...
* [analyzer] Migrate UndefBranchChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate UndefResultChecker to CheckerV2.Argyrios Kyrtzidis2011-02-283-5/+5
* [analyzer] Migrate NoReturnFunctionChecker to CheckerV2.Argyrios Kyrtzidis2011-02-282-10/+10
* [analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis2011-02-288-19/+19
* [analyzer] Migrate BuiltinFunctionChecker to CheckerV2.Argyrios Kyrtzidis2011-02-284-5/+5
* [analyzer] Migrate OSAtomicChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-8/+8
* [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.StatsArgyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Remove '-analyzer-experimental-checks' flag.Argyrios Kyrtzidis2011-02-288-12/+12
* [analyzer] Migrate MallocChecker to CheckerV2.Argyrios Kyrtzidis2011-02-285-9/+11
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-282-6/+6
* Update test cases.Ted Kremenek2011-02-252-3/+3
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-2470-167/+167
* [analyzer] Migrate CastSizeChecker to CheckerV2.Argyrios Kyrtzidis2011-02-241-1/+1
* Allow passing a list of comma separated checker names to -analyzer-checker, e.g:Argyrios Kyrtzidis2011-02-248-26/+26
* [analyzer] Migrate ArrayBoundChecker to CheckerV2.Argyrios Kyrtzidis2011-02-243-4/+4
* [analyzer] Migrate ReturnPointerRangeChecker to CheckerV2.Argyrios Kyrtzidis2011-02-241-2/+2
* Fix tiny error in CFG construction for BinaryConditionalOperators, making sur...Ted Kremenek2011-02-241-0/+23
* Implement a warning for known shift overflows on constant shiftChandler Carruth2011-02-234-4/+4
* Add CStringChecker support for strncpy. Patch by Lenny Maiorani!Ted Kremenek2011-02-221-0/+68
* Add CStringChecker support for strnlen. Patch by Lenny Maiorani!Ted Kremenek2011-02-221-0/+132
* Fix a CFGBuilder bug exposed on convoluted control-flow in the Linux kernel.Ted Kremenek2011-02-211-0/+13
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-192-6/+6
* [analyzer] Fix crash when analyzing C++ code.Argyrios Kyrtzidis2011-02-191-0/+16
* Warn about code that uses variables and functions with internal linkageJohn McCall2011-02-192-2/+2
* [analyzer] Fix crash when analyzing C++ code.Argyrios Kyrtzidis2011-02-191-0/+4
* [analyzer] Fix crash when analyzing C++ code.Argyrios Kyrtzidis2011-02-191-0/+4
* [analyzer] Disable a test until inlining CXXConstructExprs is fully investiga...Argyrios Kyrtzidis2011-02-191-0/+11
* [analyzer] Fix crash when analyzing C++ code.Argyrios Kyrtzidis2011-02-181-0/+14
* [analyzer] Fix a crash when analyzing C++ code.Argyrios Kyrtzidis2011-02-181-0/+7
* [analyzer] Use the new registration mechanism for the debugging info "checks".Argyrios Kyrtzidis2011-02-174-4/+4
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-1715-26/+26
* Enhance the array bounds checking to work for several other constructs,Chandler Carruth2011-02-171-1/+1
* Change the representation of GNU ?: expressions to use a different expressionJohn McCall2011-02-171-51/+77
* Add trivial buffer overflow checking in Sema.Ted Kremenek2011-02-161-1/+1
* [analyzer] Use the new registration mechanism on the apple checkers:Argyrios Kyrtzidis2011-02-164-16/+16
* [analyzer] Use the new registration mechanism on some of the experimental int...Argyrios Kyrtzidis2011-02-154-16/+16
* [analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis2011-02-159-26/+26
* [analyzer] Use the new registration mechanism on some of the experimental che...Argyrios Kyrtzidis2011-02-159-17/+17
* [analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis2011-02-154-13/+13
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-1/+1
* Fix edge case where we don't cull warnings in IdempotentOperationsChecker due...Ted Kremenek2011-02-141-14/+6
* Handle 'UsingDirective' in CFGRecStmtDeclVisitor.Ted Kremenek2011-02-141-0/+15
* Teach the IdempotentOperations checker to ignore property setters.Ted Kremenek2011-02-121-2/+10
* Weaken the ObjCSelfInitChecker to only warn when one calls an 'init' method w...Ted Kremenek2011-02-121-6/+6
* Add test case for <rdar://problem/6888289>.Ted Kremenek2011-02-121-0/+38
* static analyzer: Also invalidate instance variables of a receiver in a messag...Ted Kremenek2011-02-121-0/+34
* Don't emit a dead store for '++' operations unless it occurs with a return st...Ted Kremenek2011-02-122-6/+7
* Don't report dead stores on unreachable code paths. Fixes <rdar://problem/84...Ted Kremenek2011-02-112-5/+40