This is an archive of the discontinued LLVM Phabricator instance.

[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 requested review of this revision.Jan 28 2022, 4:54 PM
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
This revision was automatically updated to reflect the committed changes.