aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis
AgeCommit message (Expand)Author
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-04-10[analyzer] Address Jordan’s review of r179219Anna Zaks
2013-04-10[analyzer] +Testcase: several used-after-free args passed to a function.Anton Yartsev
2013-04-10[analyzer] Switched to checkPreCall interface for detecting usage after free.Anton Yartsev
2013-04-10[analyzer] Fix a crash in SyntaxCString checker when given a custom strncat.Anna Zaks
2013-04-10[analyzer] When reporting a leak in RetainCount checker due to an early exit ...Anna Zaks
2013-04-10[analyzer] Cleanup leak warnings: do not print the names of variables from ot...Anna Zaks
2013-04-09[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().Jordan Rose
2013-04-09[analyzer] Keep tracking the pointer after the escape to more aggressively re...Anna Zaks
2013-04-08Tweak warning text for nil value in ObjC container warning.Ted Kremenek
2013-04-06[analyzer] When creating a trimmed graph, preserve whether a node is a sink.Jordan Rose
2013-04-06[analyzer] Shorten the malloc checker’s leak messageAnna Zaks
2013-04-05[analyzer] Reword error messages for nil keys and values of NSMutableDictionary.Anna Zaks
2013-04-05[analyzer] Fix null tracking for the given test case, by using the proper sta...Anna Zaks
2013-04-05[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose
2013-04-05[analyzer] Split new/delete checker into use-after-free and leaks parts.Jordan Rose
2013-04-05[analyzer] Path notes for the MismatchedDeallocator checker.Anton Yartsev
2013-04-05[analyzer] Better name for the test.Anton Yartsev
2013-04-05[analyzer] Show path diagnostic for C++ initializersAnna Zaks
2013-04-05[analyzer] Updated the testcase.Anton Yartsev
2013-04-04[analyzer] Reduced the unwanted correlations between checkers living inside M...Anton Yartsev
2013-04-04[analyzer] Enable destructor inlining by default (c++-inlining=destructors).Jordan Rose
2013-04-04[analyzer] RetainCountChecker: refactor annotation handling.Jordan Rose
2013-04-03[analyzer] Allow tracknullOrUndef look through the ternary operator even when...Anna Zaks
2013-04-03[analyzer] Correctly handle destructors for lifetime-extended temporaries.Jordan Rose
2013-04-03[analyzer] Rename “Mac OS X API”, “Mac OS API” -> “API Misuse (Appl...Anna Zaks
2013-04-03[analyzer] Warn when nil receiver results in forming null referenceAnna Zaks
2013-04-03[analyzer] make peelOffOuterExpr in BugReporterVisitors recursively peel off ...Anna Zaks
2013-04-03[analyzer] Properly handle the ternary operator in trackNullOrUndefValueAnna Zaks
2013-04-03[analyzer] Better model for copying of array fields in implicit copy ctors.Jordan Rose
2013-04-02[analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev
2013-04-02[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...Anna Zaks
2013-04-02[analyzer] For now, don't inline [cd]tors of C++ containers.Jordan Rose
2013-04-02[analyzer] Allow suppressing diagnostics reported within the 'std' namespaceJordan Rose
2013-03-30[analyzer] Handle caching out while evaluating a C++ new expression.Jordan Rose
2013-03-30[analyzer] Garbage removedAnton Yartsev
2013-03-30[analyzer] Test addedAnton Yartsev
2013-03-30[analyzer] Enabled unix.Malloc checker.Anton Yartsev
2013-03-30[analyzer] Tests for intersections with other checkers from MallocChecker.cpp...Anton Yartsev
2013-03-29[analyzer] Address Jordan’s review of r178309 - do not register an extra vi...Anna Zaks
2013-03-29[analyzer] Add static initializer test case (from <rdar://problem/13227740>).Ted Kremenek
2013-03-29Add static analyzer support for conditionally executing static initializers.Ted Kremenek
2013-03-28[analyzer] Add support for escape of const pointers and use it to allow “ne...Anna Zaks
2013-03-28[analyzer] Apply the suppression rules to the nil receiver only if the value ...Anna Zaks
2013-03-28[analyzer] These implements unix.MismatchedDeallocatorChecker checker.Anton Yartsev
2013-03-28[analyzer] For now assume all standard global 'operator new' functions alloca...Anton Yartsev
2013-03-27Fixes a typo in my last patch.Fariborz Jahanian
2013-03-27Objective-C: Issue more precise warning when userFariborz Jahanian
2013-03-27[analyzer] Use evalBind for C++ new of scalar types.Jordan Rose
2013-03-27Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek