File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
clang/lib/StaticAnalyzer/Checkers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,9 +297,9 @@ class FindStackRegionsSymbolVisitor final : public SymbolVisitor {
297
297
// / likely not true leaks:
298
298
// / 1. If returning a block data region that has stack memory space
299
299
// / 2. If returning a constructed object that has stack memory space
300
- static SmallVector<const MemRegion *>
301
- FilterReturnExpressionLeaks ( const SmallVectorImpl<const MemRegion *> &MaybeEscaped,
302
- CheckerContext &C, const Expr *RetE, SVal &RetVal) {
300
+ static SmallVector<const MemRegion *> FilterReturnExpressionLeaks (
301
+ const SmallVectorImpl<const MemRegion *> &MaybeEscaped, CheckerContext &C ,
302
+ const Expr *RetE, SVal &RetVal) {
303
303
304
304
SmallVector<const MemRegion *> WillEscape;
305
305
You can’t perform that action at this time.
0 commit comments