[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.

Joe Turner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 12:19:53 PST 2020


compositeprimes updated this revision to Diff 245717.
compositeprimes marked an inline comment as done.
compositeprimes added a comment.

Added tests for Yaml serialization


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69782/new/

https://reviews.llvm.org/D69782

Files:
  include/clang/Tooling/Core/Diagnostic.h
  include/clang/Tooling/DiagnosticsYaml.h
  lib/Tooling/Core/Diagnostic.cpp
  unittests/Tooling/DiagnosticsYamlTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69782.245717.patch
Type: text/x-patch
Size: 9582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200220/5d465cb4/attachment.bin>


More information about the cfe-commits mailing list