[PATCH] D140809: [clang][Interp] Implement logical and/or operators
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 09:10:18 PST 2023
shafik added inline comments.
================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:387
+ // Logical AND.
+ // Visit LHS. Only visit RHS is LHS was TRUE.
+ LabelTy LabelFalse = this->getLabel();
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140809/new/
https://reviews.llvm.org/D140809
More information about the cfe-commits
mailing list