This is an archive of the discontinued LLVM Phabricator instance.

[clang] Make -Rpass imply -Rpass=.*
ClosedPublic

Authored by aeubanks on Sep 21 2021, 2:15 PM.

Details

Summary

Previously with -Rpass (and friends) we'd have remarks "enabled", but
without an actual regex.

As seen in the test change to line numbers, this can give us better
diagnostics by properly enabling NeedLocTracking with -Rpass.

Diff Detail

Event Timeline

aeubanks requested review of this revision.Sep 21 2021, 2:15 PM
aeubanks created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2021, 2:15 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
dblaikie accepted this revision.Sep 21 2021, 2:28 PM

Great!

This revision is now accepted and ready to land.Sep 21 2021, 2:28 PM
This revision was landed with ongoing or failed builds.Sep 21 2021, 2:36 PM
This revision was automatically updated to reflect the committed changes.