[PATCH] D118518: [clang][NFC] Change some ->getType()->isPlaceholderType() to just ->hasPlaceholderType()

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 28 16:54:09 PST 2022


Quuxplusone created this revision.
Quuxplusone added reviewers: ChuanqiXu, urnathan, efriedma, kazu.
Quuxplusone added a project: clang.
Quuxplusone requested review of this revision.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118518

Files:
  clang/lib/Sema/SemaCoroutine.cpp
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaExprCXX.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118518.404198.patch
Type: text/x-patch
Size: 7068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220129/3816afc2/attachment.bin>


More information about the cfe-commits mailing list