[PATCH] D22881: Fix NamedDeclFindingASTVisitor
Alexander Shaposhnikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 28 01:20:14 PDT 2016
alexshap added a comment.
inside setResult Decl->getQualifiedNameAsString() is used
so RD should not be nullptr there.
we get there in the newly added test.
https://reviews.llvm.org/D22881
More information about the cfe-commits
mailing list