Skip to content

Commit 8288475

Browse files
committed
Fix formatting
1 parent 38ee819 commit 8288475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ void handleNonConstMemberCall(const CallExpr *CE,
603603
LatticeTransferState &State) {
604604
// When a non-const member function is called, reset some state.
605605
if (RecordLoc != nullptr) {
606-
for (const auto& [Field, FieldLoc] : RecordLoc->children()) {
606+
for (const auto &[Field, FieldLoc] : RecordLoc->children()) {
607607
if (isSupportedOptionalType(Field->getType())) {
608608
auto *FieldRecordLoc = cast_or_null<RecordStorageLocation>(FieldLoc);
609609
if (FieldRecordLoc) {

0 commit comments

Comments
 (0)