Merging r232786:
------------------------------------------------------------------------ r232786 | david.majnemer | 2015-03-19 20:02:27 -0400 (Thu, 19 Mar 2015) | 7 lines 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: 236442
parent
67d49afc
Please register or sign in to comment