notskm / vscode-clang-tidy

MIT License
49 stars 25 forks source link

Fix: #4 Fails when using old versions of clang-tidy #5

Closed notskm closed 4 years ago

notskm commented 4 years ago

The format of clang-tidy "--export-fixes=-" changed at some point. This caused the error "Cannot set property 'Severity' of undefined" when running old versions of clang-tidy.

See issue #4 for more details.