triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
13.5k stars 1.67k forks source link

[Triton] Default diagnostic handler only filters for errors #5173

Closed Mogball closed 1 week ago

Mogball commented 1 week ago

A regular SourceMgrDiagnosticHandler is causing all remarks to be emitted even if the user doesn't ask for it!