Skip to content

Commit cacdf75

Browse files
committed
format
1 parent b2e5ee1 commit cacdf75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,8 @@ auto buildTransferMatchSwitch() {
989989
// Only NullableValue has these methods, but this
990990
// will also pass for other types
991991
.CaseOfCFGStmt<CXXMemberCallExpr>(
992-
isOptionalMemberCallWithNameMatcher(hasAnyName("makeValue", "makeValueInplace")),
992+
isOptionalMemberCallWithNameMatcher(
993+
hasAnyName("makeValue", "makeValueInplace")),
993994
[](const CXXMemberCallExpr *E, const MatchFinder::MatchResult &,
994995
LatticeTransferState &State) {
995996
if (RecordStorageLocation *Loc =

0 commit comments

Comments
 (0)