[PATCH] D36390: Fix overloaded static functions in SemaCodeComplete

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 7 07:06:05 PDT 2017


yvvan added a comment.

I've just found a regression in my change.
in case I have
std::string(/*complete here*/)

I need to investigate that case because I thought it's covered by !isa<CXXConstructorDecl>(FD) ...


https://reviews.llvm.org/D36390





More information about the cfe-commits mailing list