[PATCH] D102714: [clang-tidy] Fix a crash on invalid code for memset-usage check.

2021-05-19 Thread Haojian Wu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9f36306cc9ac: [clang-tidy] Fix a crash on invalid code for memset-usage check. (authored by hokein). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102714/new

[PATCH] D102714: [clang-tidy] Fix a crash on invalid code for memset-usage check.

2021-05-18 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: gribozavr2. Herald added a subscriber: xazax.hun. hokein requested review of this revision. Herald added a project: clang-tools-extra. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D102714 Files: clang-tools-extra/clang-ti