aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/inlining
AgeCommit message (Expand)AuthorFilesLines
2013-11-15[analyzer] Silence warnings coming from allocators used by std::basic_string.Jordan Rose1-2/+6
2013-11-04[analyzer] Suppress warnings coming out of std::basic_string.Anna Zaks1-0/+5
2013-10-31[analyzer] Don't crash when a path goes through a 'delete' destructor call.Jordan Rose1-0/+256
2013-09-28[analyzer] Make inlining decisions based on the callee being variadic.Jordan Rose1-1/+26
2013-08-01[analyzer] Don't process autorelease counts in synthesized function bodies.Jordan Rose1-2/+401
2013-08-01[analyzer] Silently drop all reports within synthesized bodies.Jordan Rose1-157/+180
2013-07-04[analyzer] Suppress reports reported in std::listAnna Zaks1-0/+6
2013-07-04[analyzer] Make sure that inlined defensive checks work on div by zero.Anna Zaks2-0/+37
2013-06-21Revert "[analyzer] Handle zeroing CXXConstructExprs."Jordan Rose1-0/+68
2013-06-21[analyzer] Handle zeroing CXXConstructExprs.Jordan Rose1-68/+0
2013-06-03[analyzer] Enable the new edge algorithm by default.Jordan Rose5-5/+5
2013-05-24[analyzer] Fix test for r182677.Jordan Rose1-24/+24
2013-05-24[analyzer] Treat analyzer-synthesized function bodies like implicit bodies.Jordan Rose1-60/+77
2013-05-15improve of note message and minor refactoring of my lastFariborz Jahanian1-1/+1
2013-05-14Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian1-2/+2
2013-05-13[analyzer] Refactor: address Jordan’s code review of r181738.Anna Zaks1-129/+363
2013-05-07[analyzer] Fix a crash triggered by printing a note on a default argumentAnna Zaks1-0/+230
2013-05-03[analyzer] Check the stack frame when looking for a var's initialization.Jordan Rose1-0/+21
2013-05-03[analyzer] Fix trackNullOrUndef when tracking args that have nil receivers.Jordan Rose2-0/+380
2013-05-01[analyzer] Don't inline the [cd]tors of C++ iterators.Jordan Rose1-3/+10
2013-04-23[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks4-114/+624
2013-04-22[analyzer] Type information from C++ new expressions is perfect.Jordan Rose1-0/+5
2013-04-20[analyzer] Ensure BugReporterTracking works on regions with pointer arithmeticAnna Zaks1-0/+13
2013-04-20[analyzer] Correct the commentAnna Zaks1-22/+21
2013-04-18[analyzer] Refine 'nil receiver' diagnostics to mention the name of the metho...Ted Kremenek1-3/+3
2013-04-18[analyzer] Tweak getDerefExpr more to track DeclRefExprs to references.Anna Zaks1-0/+227
2013-04-17[analyzer] Improve dereferenced expression tracking for MemberExpr with a dot...Anna Zaks1-0/+274
2013-04-17[analyzer] Gain more precision retrieving the right SVal by specifying the ty...Anna Zaks1-0/+150
2013-04-15[analyzer] Add pretty printing to CXXBaseObjectRegion.Anna Zaks1-0/+118
2013-04-15[analyzer] Address code review for r179395Anna Zaks1-0/+121
2013-04-15[analyzer] Add more specialized error messages for corner cases as per Jordan...Anna Zaks1-3/+3
2013-04-12[analyzer] Print a diagnostic note even if the region cannot be printed.Anna Zaks1-0/+213
2013-04-12[analyzer]Print field region even when the base region is not printableAnna Zaks1-0/+263
2013-04-12[analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose4-12/+12
2013-04-12[analyzer] Don't emit extra context arrow after returning from an inlined call.Jordan Rose5-408/+0
2013-04-05[analyzer] Fix null tracking for the given test case, by using the proper sta...Anna Zaks1-0/+18
2013-04-05[analyzer] Show path diagnostic for C++ initializersAnna Zaks1-12/+388
2013-04-03[analyzer] Allow tracknullOrUndef look through the ternary operator even when...Anna Zaks1-3/+4
2013-04-03[analyzer] make peelOffOuterExpr in BugReporterVisitors recursively peel off ...Anna Zaks1-0/+25
2013-04-03[analyzer] Properly handle the ternary operator in trackNullOrUndefValueAnna Zaks1-1/+4
2013-04-02[analyzer] For now, don't inline [cd]tors of C++ containers.Jordan Rose2-2/+236
2013-03-29[analyzer] Address Jordan’s review of r178309 - do not register an extra vi...Anna Zaks1-0/+16
2013-03-28[analyzer] Apply the suppression rules to the nil receiver only if the value ...Anna Zaks1-1/+68
2013-03-22[analyzer] Fix test to actually test what was intended.Jordan Rose1-2/+2
2013-03-15[analyzer] BugReporterVisitors: handle the case where a ternary operator is w...Anna Zaks1-0/+11
2013-03-15[analyzer] Look through ExprWhenCleanups when trying to track a NULL.Jordan Rose1-5/+41
2013-03-15[analyzer] Teach trackNullOrUndef to look through ternary operatorsAnna Zaks1-0/+36
2013-03-14[analyzer] Change the way in which IDC Visitor decides to kick in and make su...Anna Zaks1-1/+24
2013-03-13[analyzer] BugReporter - more precise tracking of C++ referencesAnna Zaks1-0/+49
2013-03-09[analyzer] Make Suppress IDC checker aware that it might not start from the s...Anna Zaks1-0/+32