This is an archive of the discontinued LLVM Phabricator instance.

[Ignore Expressions][NFC] Refactor to better use `IgnoreExpr.h` and nits
ClosedPublic

Authored by eduucaldas on Aug 31 2020, 9:12 AM.

Details

Summary

This change groups

  • Rename: ignoreParenBaseCasts -> IgnoreParenBaseCasts for uniformity
  • Rename: IgnoreConversionOperator -> IgnoreConversionOperatorSingleStep for uniformity
  • Inline IgnoreNoopCastsSingleStep into a lambda inside IgnoreNoopCasts
  • Refactor IgnoreUnlessSpelledInSource to make adequate use of IgnoreExprNodes

Diff Detail

Event Timeline

eduucaldas created this revision.Aug 31 2020, 9:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2020, 9:12 AM
eduucaldas requested review of this revision.Aug 31 2020, 9:12 AM
gribozavr2 accepted this revision.Aug 31 2020, 9:16 AM
This revision is now accepted and ready to land.Aug 31 2020, 9:16 AM
This revision was landed with ongoing or failed builds.Sep 7 2020, 2:32 AM
This revision was automatically updated to reflect the committed changes.