[all-commits] [llvm/llvm-project] 380707: [clang-tidy] Fix crash in readability-redundant-st...
Nathan James via All-commits
all-commits at lists.llvm.org
Tue Mar 31 05:27:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3807079d705fe04c5c3bde8f848ec922b5771f15
https://github.com/llvm/llvm-project/commit/3807079d705fe04c5c3bde8f848ec922b5771f15
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-cstr.cpp
Log Message:
-----------
[clang-tidy] Fix crash in readability-redundant-string-cstr
Summary: Addresses [[ https://bugs.llvm.org/show_bug.cgi?id=45286 | clang-tidy-11: Crash in DynTypedMatcher::matches during readability-redundant-string-cstr check ]]
Reviewers: aaron.ballman, alexfh, gribozavr2
Reviewed By: gribozavr2
Subscribers: xazax.hun, cfe-commits
Tags: #clang, #clang-tools-extra
Differential Revision: https://reviews.llvm.org/D76761
More information about the All-commits
mailing list