Skip to content

Commit

Permalink
[-Wunsafe-buffer-usage] Unbreak clang-format on UnsafeBufferUsage.cpp…
Browse files Browse the repository at this point in the history
…. NFC.
  • Loading branch information
haoNoQ committed Jul 10, 2023
1 parent e71f9d2 commit 7c7b191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Analysis/UnsafeBufferUsage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static auto isInUnspecifiedLvalueContext(internal::Matcher<Expr> innerMatcher) {
hasLHS(innerMatcher)
)
));
// clang-format off
// clang-format on
}


Expand Down

0 comments on commit 7c7b191

Please sign in to comment.