Skip to content

Commit 1a3e00b

Browse files
author
Advenam Tacet
committed
additional comment
1 parent 6175f0b commit 1a3e00b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13300,6 +13300,9 @@ EvaluateComparisonBinaryOperator(EvalInfo &Info, const BinaryOperator *E,
1330013300
// We should investigate why buildbots were failing with ASan short
1330113301
// string annotations turned on. Related PR:
1330213302
// https://github.com/llvm/llvm-project/pull/79049
13303+
// If making those variables static didn't fix the problem,
13304+
// please confirm that https://github.com/llvm/llvm-project/pull/79489
13305+
// fixed the real issue.
1330313306
LHS = LHSValue.toString(Info.Ctx, E->getLHS()->getType());
1330413307
RHS = RHSValue.toString(Info.Ctx, E->getRHS()->getType());
1330513308
Info.FFDiag(E, DiagID)

0 commit comments

Comments
 (0)