Go to file
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
clang Moved unreachable to appease msvc, gcc and clang 2016-09-08 11:03:41 +00:00
clang-tools-extra Fix a few oversights in the clang-tidy VS plugin. 2016-09-07 19:41:19 +00:00
compiler-rt [asan] Handle SIGBART signal description. (found by buildbot) 2016-09-08 13:28:26 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Avoid ambiguity in calling atom_add functions. 2016-09-07 22:11:02 +00:00
libcxx Added 'inline' attribute to basic_string's destructor 2016-09-08 14:31:44 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Use a protected destructor instead of a virtual one. 2016-09-08 14:11:08 +00:00
lldb Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support. 2016-09-08 14:16:45 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [ARM XRay] Try to fix Thumb-only failure 2016-09-08 13:45:10 +00:00
openmp Move function into cpp file under KMP_AFFINITY_SUPPORTED guard. 2016-09-02 20:54:58 +00:00
parallel-libs [SE] Add getName method to Device class 2016-09-07 22:26:20 +00:00
polly SCEVAffinator: Add missing __isl_take annotations 2016-09-08 14:31:31 +00:00