[clang] [Clang] Fix null pointer dereference in VisitUsingEnumDecl (PR #97910)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 10 03:48:52 PDT 2024


https://github.com/Sirraide approved this pull request.

LGTM

Looks like we’re doing this null check pretty much in every other place `SubstType` is used, so this makes sense.

https://github.com/llvm/llvm-project/pull/97910


More information about the cfe-commits mailing list