To get properly integration Clang-Tidy with CLion IDE, next things were implemented:
- Preserve Message, FileOffset, FilePath in the clang-tidy output.
- Export all diagnostics, not just the ones with fixes
- Test-cases
Differential D35349
[Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML output vladimir.plyashkun on Jul 13 2017, 4:34 AM. Authored by
Details
To get properly integration Clang-Tidy with CLion IDE, next things were implemented:
Diff Detail
Event TimelineComment Actions This is second part of review: |