Don't crash-on-valid when an inline function is friend of class template
We assumed that the most recent declaration of an inline function would also be inline. However, a more recent declaration can come from a friend declaration in a class template that is instantiated at the definition of the function. llvm-svn: 232786
Loading
Please sign in to comment