While trying to figure out https://github.com/llvm/llvm-project/issues/52909 (which I still have not), it seemed like we could simplify some of these expressions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118518
[clang][NFC] Change some ->getType()->isPlaceholderType() to just ->hasPlaceholderType() ClosedPublic Authored by • Quuxplusone on Jan 28 2022, 4:54 PM.
Details Summary While trying to figure out https://github.com/llvm/llvm-project/issues/52909 (which I still have not), it seemed like we could simplify some of these expressions.
Diff Detail
Event Timeline• Quuxplusone created this revision. This revision is now accepted and ready to land.Jan 28 2022, 6:37 PM This revision was landed with ongoing or failed builds.Jan 29 2022, 7:20 AM Closed by commit rG424400da2db8: [clang][NFC] Change some ->getType()->isPlaceholderType() to just… (authored by • arthur.j.odwyer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404265 clang/lib/Sema/SemaCoroutine.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaExprCXX.cpp
|