[clang] [dataflow] CXXOperatorCallExpr equal operator might not be a glvalue (PR #80991)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 7 06:32:15 PST 2024
================
@@ -2313,6 +2313,42 @@ TEST(TransferTest, AssignmentOperatorWithInitAndInheritance) {
ASTContext &ASTCtx) {});
}
+TEST(TransferTest, CXXOperatorCallExprEqualReturnsVoid) {
----------------
martinboehme wrote:
```suggestion
TEST(TransferTest, AssignmentOperatorReturnsVoid) {
```
(For consistency with tests above.)
https://github.com/llvm/llvm-project/pull/80991
More information about the cfe-commits
mailing list