This is an archive of the discontinued LLVM Phabricator instance.

[Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML output
ClosedPublic

Authored by vladimir.plyashkun on Jul 13 2017, 4:34 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

This is second part of review:
https://reviews.llvm.org/D34404
which is contains changes related to clang-tools-extra repository.

This revision was automatically updated to reflect the committed changes.