Fixes a crash in dump-config when checks emit warnings trying to read the config
Fixes https://github.com/llvm/llvm-project/issues/50876
Co-authored-by: Piotr Zegar <me@piotrzegar.pl>
Paths
| Differential D148436
[clang-tidy] Fix crash in --dump-config ClosedPublic Authored by njames93 on Apr 15 2023, 11:11 AM.
Details
Summary Fixes a crash in dump-config when checks emit warnings trying to read the config Fixes https://github.com/llvm/llvm-project/issues/50876 Co-authored-by: Piotr Zegar <me@piotrzegar.pl>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2023, 11:40 AM Closed by commit rG6128bcd02512: [clang-tidy] Fix crash in --dump-config (authored by njames93). · Explain WhyApr 15 2023, 2:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 513940 clang-tools-extra/clang-tidy/ClangTidy.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/infrastructure/dump-config-invalid.cpp
|