Added 'inline' attribute to basic_string's destructor
authorAditya Kumar <hiraditya@msn.com>
Fri, 28 Oct 2016 21:27:24 +0000 (21:27 +0000)
committerAditya Kumar <hiraditya@msn.com>
Fri, 28 Oct 2016 21:27:24 +0000 (21:27 +0000)
commit825078184c79f23a41b3483944e815b4db3d76fa
treef861d6974fb092ee05c6ae0b8b741f4c2965f46d
parent1a75379b24195c0127a4627d27530f8217c42718
Added 'inline' attribute to basic_string's destructor

Author: laxmansole

Reviewers: howard.hinnant
           mclow.lists
Subscribers: EricWF, flyingforyou, evandro

Differential Revision: https://reviews.llvm.org/D25624

Reapplying the patch as the bug https://llvm.org/bugs/show_bug.cgi?id=30341 is fixed.

Currently basic_string's destructor is not getting inlined. So adding 'inline' attribute to ~basic_string().
Worked in collaboration with Aditya Kumar.

llvm-svn: 285456
libcxx/include/string