On Wed, Feb 25, 2015 at 3:48 PM, Larisse Voufo <[email protected]> wrote:
> Author: lvoufo > Date: Wed Feb 25 17:48:25 2015 > New Revision: 230577 > > URL: http://llvm.org/viewvc/llvm-project?rev=230577&view=rev > Log: > Move -fdefine-sized-deallocation and -fno-sized-deallocation options from > driver into CC1 for now. > > Modified: > cfe/trunk/www/cxx_status.html > > Modified: cfe/trunk/www/cxx_status.html > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=230577&r1=230576&r2=230577&view=diff > > ============================================================================== > --- cfe/trunk/www/cxx_status.html (original) > +++ cfe/trunk/www/cxx_status.html Wed Feb 25 17:48:25 2015 > @@ -510,7 +510,7 @@ libc++ 3.7 or later, or libstdc++ 5 or l > <code>-Xclang -fdefine-sized-deallocation</code> compiler option to > enable the implementation from > Clang 3.4 through Clang 3.6, where weak definitions of sized deallocation > functions are implicitly > generated (by the compiler). You can also use the <code>-Xclang > -fno-sized-deallocation</code> option > -to disable sized deallocation. Note that both of these flags are > temporary provisions and may go away > +to disable sized deallocation. Note that both of these flags arw > temporary provisions and may go away > s/arw/are/ > soon. > </span> > </p> > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
