[PATCH] D35349: [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML output
Vladimir Plyashkun via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 04:34:08 PDT 2017
vladimir.plyashkun created this revision.
vladimir.plyashkun added a project: clang-tools-extra.
Herald added subscribers: xazax.hun, JDevlieghere, mgorny.
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
Repository:
rL LLVM
https://reviews.llvm.org/D35349
Files:
test/clang-apply-replacements/Inputs/basic/file1.yaml
test/clang-apply-replacements/Inputs/basic/file2.yaml
test/clang-apply-replacements/Inputs/conflict/file1.yaml
test/clang-apply-replacements/Inputs/conflict/file2.yaml
test/clang-apply-replacements/Inputs/conflict/file3.yaml
test/clang-apply-replacements/Inputs/crlf/file1.yaml
test/clang-apply-replacements/Inputs/format/no.yaml
test/clang-apply-replacements/Inputs/format/yes.yaml
unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
unittests/clang-apply-replacements/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35349.106406.patch
Type: text/x-patch
Size: 6548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170713/52a50c56/attachment-0001.bin>
More information about the cfe-commits
mailing list