[PATCH] D69782: Summary: Instead of dropping all the ranges associated with a Diagnostic when converting them to a ClangTidy error, instead attach them to the ClangTidyError, so they can be consumed by other APIs.
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 10:40:49 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb26c88e3c6e0: [clang-tidy] Store all ranges in clang::tooling::Diagnostic (authored by compositeprimes, committed by alexfh).
Changed prior to commit:
https://reviews.llvm.org/D69782?vs=245717&id=247029#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69782/new/
https://reviews.llvm.org/D69782
Files:
clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp
clang/include/clang/Tooling/Core/Diagnostic.h
clang/include/clang/Tooling/DiagnosticsYaml.h
clang/lib/Tooling/Core/Diagnostic.cpp
clang/unittests/Tooling/DiagnosticsYamlTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69782.247029.patch
Type: text/x-patch
Size: 10067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200227/e0d2451b/attachment-0001.bin>
More information about the cfe-commits
mailing list