This is an archive of the discontinued LLVM Phabricator instance.

[clang][analyzer][NFC] Move dyn_cast's into if statements for readability
ClosedPublic

Authored by gribozavr on May 30 2023, 8:43 AM.

Diff Detail

Event Timeline

gribozavr created this revision.May 30 2023, 8:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2023, 8:43 AM
gribozavr requested review of this revision.May 30 2023, 8:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2023, 8:43 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
steakhal accepted this revision.May 30 2023, 8:59 AM

I think should mention "NFC" for such commits. Also, we tend to use the "analyzer" tag for CSA related changes.

BTW thanks for these simplifications.

This revision is now accepted and ready to land.May 30 2023, 8:59 AM
gribozavr2 retitled this revision from [clang] Move dyn_cast's into if statements for readability to [clang][analyzer][NFC] Move dyn_cast's into if statements for readability.May 30 2023, 9:01 AM
This revision was landed with ongoing or failed builds.May 30 2023, 9:22 AM
This revision was automatically updated to reflect the committed changes.