llvm-project/libcxx
Aditya Kumar b839888af8 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/D22834

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

llvm-svn: 280944
2016-09-08 14:31:44 +00:00
..
benchmarks Improve CMake output when registering benchmarks 2016-09-07 00:57:26 +00:00
cmake [CMake] NFC. Missed the other uses in r280406 2016-09-01 19:47:39 +00:00
docs Enable installation of libc++experimental by default. 2016-09-07 01:15:10 +00:00
include Added 'inline' attribute to basic_string's destructor 2016-09-08 14:31:44 +00:00
lib build: don't add -fPIC on Windows 2016-09-01 20:49:54 +00:00
src [libcxx] Fix a data race in call_once 2016-09-04 09:55:12 +00:00
test Avoid compile error by giving the test type a user defined default constructor 2016-09-07 03:50:36 +00:00
utils Update Google Benchmark library. 2016-08-29 19:12:01 +00:00
www Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. 2016-08-28 21:55:00 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.gitignore Add MSVC specifics to .gitignore. Patch from STL@microsoft.com 2016-08-03 05:51:19 +00:00
CMakeLists.txt Enable installation of libc++experimental by default. 2016-09-07 01:15:10 +00:00
CREDITS.TXT Add entry to CREDITS.TXT for propagate_const 2016-06-19 19:36:28 +00:00
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:39:53 +00:00
TODO.TXT Test commit to see if libcxx.llvm.org/docs builds 2015-09-04 22:57:00 +00:00