notskm / vscode-clang-tidy

MIT License
49 stars 25 forks source link

Use diagnostics severities from clang-tidy's yaml output instead of human-readable output #52

Open notskm opened 3 years ago

notskm commented 3 years ago

It looks like clang-tidy's yaml output contains the severity of diagnostics now. We should use that instead of grabbing the severities from the human-readable output when possible.