Skip to content

Commit f911a26

Browse files
committed
formatting
1 parent 8bf192d commit f911a26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ class FindStackRegionsSymbolVisitor final : public SymbolVisitor {
297297
/// likely not true leaks:
298298
/// 1. If returning a block data region that has stack memory space
299299
/// 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) {
303303

304304
SmallVector<const MemRegion *> WillEscape;
305305

0 commit comments

Comments
 (0)