[PATCH] D100733: [clang] NFC: change uses of `Expr->getValueKind` into `is?Value`
Matheus Izvekov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 10 03:58:41 PDT 2021
mizvekov updated this revision to Diff 351123.
mizvekov added a comment.
Rebase.
Now that we have isPRValue, this is hopefully less controversial now :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100733/new/
https://reviews.llvm.org/D100733
Files:
clang/include/clang/AST/ExprCXX.h
clang/lib/AST/Expr.cpp
clang/lib/AST/ExprClassification.cpp
clang/lib/CodeGen/CGDecl.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/lib/Sema/Sema.cpp
clang/lib/Sema/SemaCoroutine.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Sema/SemaInit.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100733.351123.patch
Type: text/x-patch
Size: 9564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210610/bee4423e/attachment.bin>
More information about the cfe-commits
mailing list