[PATCH] D62116: [Sema] raise nullptr check to cover additional uses
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 19 19:37:25 PDT 2019
nickdesaulniers added a comment.
A similar case exists and was flagged in https://www.viva64.com/en/b/0629/ under "Snippet No. 16" (see under #13), `clang/lib/Sema/SemaTemplateInstantiate.cpp` `Sema::InstantiateClass()`. I'll wait for feedback on this patch, then either roll up the additional fix into this or create it as a separate patch (or change both, abandon, etc).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62116/new/
https://reviews.llvm.org/D62116
More information about the cfe-commits
mailing list