[PATCH] D32144: [Coverage] Don't emit mappings for functions in dependent contexts (fixes PR32679)

Adam Folwarczny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 18 01:08:13 PDT 2017


adamf added a comment.

!MD->getParent()->getDescribedClassTemplate() looks like redundant now. This check is already done in isDependentContext.


https://reviews.llvm.org/D32144





More information about the cfe-commits mailing list