Skip to content

Commit 64a90d2

Browse files
committed
Run clang-format to fix miss-aligned comments
1 parent 02186ce commit 64a90d2

File tree

2 files changed

+180
-181
lines changed

2 files changed

+180
-181
lines changed

clang/lib/Sema/SemaExprCXX.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5292,7 +5292,6 @@ Sema::PerformImplicitConversion(Expr *From, QualType ToType,
52925292
return From;
52935293
}
52945294

5295-
52965295
QualType Sema::CheckPointerToMemberOperands(ExprResult &LHS, ExprResult &RHS,
52975296
ExprValueKind &VK,
52985297
SourceLocation Loc,

0 commit comments

Comments
 (0)