Skip to content

Commit 61053ce

Browse files
committed
Fix formatting
1 parent f7eafbf commit 61053ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ class TrivialFunctionAnalysisVisitor
504504
}
505505

506506
bool VisitOffsetOfExpr(const OffsetOfExpr* OE) {
507-
// offsetof(T) is considered trivial.
508-
return true;
507+
// offsetof(T, D) is considered trivial.
508+
return true;
509509
}
510510

511511
bool VisitCXXMemberCallExpr(const CXXMemberCallExpr *MCE) {

0 commit comments

Comments
 (0)