mutate_cpp
mutate_cpp copied to clipboard
Add support for ignoring lines based on a regex pattern.
Useful for ignoring logging, macro calls, GUI draw calls, and single line braces.
Includes a placeholder of ^std::cout.*$|^std::cerr.*$ to skip any logging lines and provide an example of how to expand the regex.