Files
mattgodbolt-molty c4db0944d5 Stop bronto-refactor stdout being tagged as diagnostics
bronto-refactor emits the refactored source on stdout. The default
parseOutput pipeline includes a `FileWithLine` matcher whose regex is
permissive enough to mistake `r.fetch_add(2, std::memory_order_relaxed);`
for a `filename:line:` reference, causing fake red error squigglies in
the editor.

Override parseOutput in BrontoRefactorTool to drop the FileWithLine
option. SourceWithLineMessage is kept so genuine `<source>:N:M:`
diagnostics on stderr still surface.
2026-05-06 13:17:01 -05:00
..
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00