Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC][Clang] Use
isa_and_nonnull
instead of VD && isa<VarDecl>(VD)
(
llvm#93207) This issue was found in llvm#86960. But I'd like to avoid mixing together a bunch of cleanups with actual changes. Signed-off-by: yronglin <[email protected]>
- Loading branch information