Hans Wennborg via llvm-dev
2016-Mar-02 18:24 UTC
[llvm-dev] [cfe-dev] [3.8 Release] Please write release notes!
On Tue, Mar 1, 2016 at 2:39 PM, Eric Christopher <echristo at gmail.com> wrote:>> >> - Eric: should the new C API Changes part of the developer policy be >> pointed out? Maybe in relation to where we mention changes to the C >> API? >> > > Good point, how about this: > > ---- > > We have documented our C API stability guarantees for both development and > release branches, as well as documented how to extend the C API. Please see > the developer documentation at > http://llvm.org/docs/DeveloperPolicy.html#c-api-changes for more > information. > > ----Thanks! r262496.
Piotr Padlewski via llvm-dev
2016-Mar-02 19:45 UTC
[llvm-dev] [cfe-dev] [3.8 Release] Please write release notes!
Hi Hans, + new flag -fstrict-vtable-pointers for better devirtualization support (experimental). Piotr 2016-03-02 19:24 GMT+01:00 Hans Wennborg via cfe-dev <cfe-dev at lists.llvm.org>:> On Tue, Mar 1, 2016 at 2:39 PM, Eric Christopher <echristo at gmail.com> > wrote: > >> > >> - Eric: should the new C API Changes part of the developer policy be > >> pointed out? Maybe in relation to where we mention changes to the C > >> API? > >> > > > > Good point, how about this: > > > > ---- > > > > We have documented our C API stability guarantees for both development > and > > release branches, as well as documented how to extend the C API. Please > see > > the developer documentation at > > http://llvm.org/docs/DeveloperPolicy.html#c-api-changes for more > > information. > > > > ---- > > Thanks! r262496. > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160302/9bd9ef55/attachment.html>
Hans Wennborg via llvm-dev
2016-Mar-02 21:51 UTC
[llvm-dev] [cfe-dev] [3.8 Release] Please write release notes!
On Wed, Mar 2, 2016 at 11:45 AM, Piotr Padlewski <piotr.padlewski at gmail.com> wrote:> Hi Hans, > + new flag -fstrict-vtable-pointers for better devirtualization support > (experimental).Thanks! r262523.