This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] rename IsKindParameterizedDerivedType and fix comment typos
ClosedPublic

Authored by jeanPerier on Mar 11 2022, 8:42 AM.

Details

Summary

Following post-review feedback on https://reviews.llvm.org/D120804 and
https://reviews.llvm.org/D120801 about type descriptor changes, fix typos in
comments and rename IsKindParameterizedDerivedType to
IsDerivedTypeWithKindParameter. Remove a useless ;.

Diff Detail

Event Timeline

jeanPerier created this revision.Mar 11 2022, 8:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 11 2022, 8:42 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
jeanPerier requested review of this revision.Mar 11 2022, 8:42 AM
This revision is now accepted and ready to land.Mar 11 2022, 9:13 AM
PeteSteinfeld accepted this revision.Mar 11 2022, 9:26 AM

All builds and tests correctly and looks good.