[PATCH] D128807: [clang][transformer] Finish plumbing `Note` all the way to the output.

Clement Courbet via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 29 05:09:54 PDT 2022


courbet created this revision.
courbet added a reviewer: ymandel.
Herald added a subscriber: carlosgalvezp.
Herald added a project: All.
courbet requested review of this revision.
Herald added projects: clang, clang-tools-extra.

Right now we can only add a single warning, notes are not possible.

Apparently some provisions were made to allow notes, but they were never
propagated all the way to the diagnostics.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128807

Files:
  clang-tools-extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
  clang-tools-extra/unittests/clang-tidy/TransformerClangTidyCheckTest.cpp
  clang/include/clang/Tooling/Transformer/RewriteRule.h
  clang/lib/Tooling/Transformer/RewriteRule.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128807.440944.patch
Type: text/x-patch
Size: 6851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220629/23f01efe/attachment-0001.bin>


More information about the cfe-commits mailing list