Skip to content

Commit

Permalink
[NFC] Trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Feb 17, 2024
1 parent 35ee6de commit 5023fd0
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 @@ -287,7 +287,7 @@ isInUnspecifiedPointerContext(internal::Matcher<Stmt> InnerMatcher) {
// clang-format off
auto CallArgMatcher = callExpr(
forEachArgumentWithParamType(
InnerMatcher,
InnerMatcher,
isAnyPointer() /* array also decays to pointer type*/),
unless(callee(
functionDecl(hasAttr(attr::UnsafeBufferUsage)))));
Expand Down

0 comments on commit 5023fd0

Please sign in to comment.