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
Paths
| Differential D35349
[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:
Diff Detail
Event TimelineHerald added subscribers: xazax.hun, JDevlieghere, mgorny. · View Herald TranscriptJul 13 2017, 4:34 AM Comment Actions This is second part of review: Closed by commit rL308015: [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML output (authored by alexfh). · Explain WhyJul 14 2017, 3:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 106609 clang-tools-extra/trunk/test/clang-apply-replacements/Inputs/basic/file1.yaml
clang-tools-extra/trunk/test/clang-apply-replacements/Inputs/basic/file2.yaml
clang-tools-extra/trunk/test/clang-apply-replacements/Inputs/conflict/file1.yaml
clang-tools-extra/trunk/test/clang-apply-replacements/Inputs/conflict/file2.yaml
clang-tools-extra/trunk/test/clang-apply-replacements/Inputs/conflict/file3.yaml
clang-tools-extra/trunk/test/clang-apply-replacements/Inputs/crlf/file1.yaml
clang-tools-extra/trunk/test/clang-apply-replacements/Inputs/format/no.yaml
clang-tools-extra/trunk/test/clang-apply-replacements/Inputs/format/yes.yaml
clang-tools-extra/trunk/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
clang-tools-extra/trunk/unittests/clang-apply-replacements/CMakeLists.txt
|