Skip to content

Commit fc0262b

Browse files
committed
format
1 parent cacdf75 commit fc0262b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,10 @@ auto buildTransferMatchSwitch() {
987987

988988
// NullableValue::makeValue, NullableValue::makeValueInplace
989989
// Only NullableValue has these methods, but this
990-
// will also pass for other types
990+
// will also pass for other types
991991
.CaseOfCFGStmt<CXXMemberCallExpr>(
992992
isOptionalMemberCallWithNameMatcher(
993-
hasAnyName("makeValue", "makeValueInplace")),
993+
hasAnyName("makeValue", "makeValueInplace")),
994994
[](const CXXMemberCallExpr *E, const MatchFinder::MatchResult &,
995995
LatticeTransferState &State) {
996996
if (RecordStorageLocation *Loc =

0 commit comments

Comments
 (0)