summaryrefslogtreecommitdiffstats
path: root/diag.h
Commit message (Collapse)AuthorAgeFilesLines
* diag: Unify diagnostic formattingTavian Barnes2019-01-021-0/+53
This adds a bfs: prefix to error/warning messages for consistency with other command line tools, and leaves only the "error:"/"warning:" part colored like GCC. It also uniformly adds full stops after messages.