summaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks2012-04-161-4/+57
* [analyzer] Fixup for a test case.Anna Zaks2012-04-161-1/+1
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-151-1/+1
* [analyzer] PCH deserialization optimization.Anna Zaks2012-04-122-0/+37
* [analyzer] Test case for r154451 (redefining system functions).Anna Zaks2012-04-121-0/+17
* Include lambda capture init expressions in CFG.Ted Kremenek2012-04-121-0/+20
* [analyzer] Another dynamic_cast false positive/negative.Anna Zaks2012-04-111-0/+7
* [analyzer] Better test cases for explaining where tracking types ofAnna Zaks2012-04-111-5/+35
* [analyzer] dynamic_cast: Better model cast from a reference.Anna Zaks2012-04-101-2/+10
* [analyzer] Add support for C++ dynamic_cast.Anna Zaks2012-04-101-0/+185
* Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...Ted Kremenek2012-04-064-26/+28
* [analyzer] Check that the arguments to NSOrderedSet creation methods are vali...Jordy Rose2012-04-061-0/+8
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-0617-30/+30
* [analyzer]Fix false positive: pointer might escape through CG*WithData.Anna Zaks2012-04-061-0/+18
* Handle symbolicating a reference in an initializer expression that we don't u...Ted Kremenek2012-04-051-0/+10
* Teach ObjCContainersChecker that the array passed to CFArrayGetValueAtIndex m...Ted Kremenek2012-04-051-0/+4
* Do not crash in the callgraph construction when encountering deleted function...Ted Kremenek2012-04-051-0/+5
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-2/+2
* Look through chains of 'x = y = z' when employing silencing heuristics in the...Ted Kremenek2012-04-041-0/+22
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-044-1/+74
* [analyzer] Record the basic blocks covered by the analyzes run.Anna Zaks2012-04-031-0/+1
* Fix another false positive in RegionStore involving doing loads from symbolic...Ted Kremenek2012-04-031-0/+16
* [analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert.Anna Zaks2012-03-303-0/+39
* [analyzer] Add a malloc cpp test file.Anna Zaks2012-03-291-0/+16
* [analyzer] Enable retry exhausted without inlining by default.Anna Zaks2012-03-281-1/+1
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-271-0/+94
* Change RetainCountChecker to eagerly "escape" retained objects when they areTed Kremenek2012-03-272-1/+29
* [analyzer] Malloc: Allow a pointer to escape through OSAtomicEnqueue.Anna Zaks2012-03-261-0/+11
* Avoid applying retain/release effects twice in RetainCountChecker when a func...Ted Kremenek2012-03-232-2/+33
* Fix static analyzer crash on code taking the address of a field. Fixes PR 11...Ted Kremenek2012-03-221-0/+16
* "Teach" RetainCountChecker about dispatch_set_context, which can indirectly f...Ted Kremenek2012-03-221-0/+17
* [analyzer] Malloc: drop symbols captured by blocks.Anna Zaks2012-03-221-1/+10
* [analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks2012-03-214-42/+227
* [analyzer] Re-enable the test disabled by r152969.Anna Zaks2012-03-211-1/+1
* Add test case for <rdar://problem/10553686>, which illustrates RetainCount ch...Ted Kremenek2012-03-201-0/+26
* [analyzer] Mark a failed-realloc's result as an interesting symbol between th...Jordy Rose2012-03-181-226/+350
* [analyzer] Don't claim an object was returned with +1 retain count before cou...Jordy Rose2012-03-171-0/+6
* [analyzer] Add test case from PR10794 for using 'new' with Obj-C objects.Jordy Rose2012-03-171-0/+6
* [analyzer] This test is breaking windows bots, make it darwin-specific.Anna Zaks2012-03-171-1/+1
* [analyzer] Shorten the stack hint diagnostic.Anna Zaks2012-03-161-10/+11
* [analyzer] Create symbol-aware stack hints (building upon r152837).Anna Zaks2012-03-161-62/+860
* Fix analyzer crash on analyzing 'catch' with no condition variable.Ted Kremenek2012-03-161-0/+23
* Add test case for <rdar://problem/8808566>, which is now fixed by inlining su...Ted Kremenek2012-03-161-0/+43
* Include full plist output in FileCheck test.Ted Kremenek2012-03-151-3/+5
* Include full plist output in FileCheck test.Ted Kremenek2012-03-151-1470/+1476
* Do not truncate expected plist output in FileCheck test.Ted Kremenek2012-03-151-1/+1
* [analyzer] Allow checkers to supply call stack diagnostic hints for theAnna Zaks2012-03-151-979/+1520
* Reapply r152745 (reverted in 152765) now that compiler-rt is fixed.David Blaikie2012-03-151-1/+1
* Revert r152745 as it's breaking the internal buildbots.Chad Rosier2012-03-151-1/+1
* Provide -Wnull-conversion separately from -Wconversion.David Blaikie2012-03-141-1/+1