[PATCH] D118520: [clang-tidy] Output currently processing check and nodes on crash

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 30 02:39:17 PST 2022


njames93 updated this revision to Diff 404350.
njames93 marked 5 inline comments as done.
njames93 added a comment.

Refactored implementation to not store state in ClangTidyContext. This will let external consumers of clang-tidy opt into the behaviour. As well as integrate the reporting to any signal handlers they may be using.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118520

Files:
  clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
  clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
  clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118520.404350.patch
Type: text/x-patch
Size: 6703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220130/0844b16f/attachment.bin>


More information about the cfe-commits mailing list