Special member functions don't always have names, and so calling FunctionDecl::getName() can cause assertions. This patch addresses the issue by assuming any such function needs to have the rest of its signature checked, regardless of the function name. The test case was pulled from MSVC's STL headers, where this check is causing failed assertions.
Diff Detail
Diff Detail