OfekShilon / optview2

User-oriented fork of LLVM's opt-viewer
128 stars 13 forks source link

Enable filtering remarks by text, not just type #10

Closed OfekShilon closed 2 years ago

OfekShilon commented 2 years ago

(1) Add an appropriate regex filter in get_remarks, (2) pass command line parsed argument all the way down. (3) Form reasonable defaults in config.yaml. E.g, filter out 'std::*'

OfekShilon commented 2 years ago

duplicate