[libcxx-commits] [PATCH] D103160: [libc++] Update ABI docs

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 26 09:33:38 PDT 2021


Mordante added a comment.

I like this, the text looks much better now. Did you verify whether the documentation changes build locally? If not can you rebase the patch after Buildkite becomes stable again?



================
Comment at: libcxx/docs/DesignDocs/ABIVersioning.rst:15
+and ``2`` (the unstable "next" version). At some point "ABI version 2" will be
+frozen and new unstable features will start being applied to version ``3``;
+but this has not happened yet.
----------------
I dislike `unstable` here. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103160/new/

https://reviews.llvm.org/D103160



More information about the libcxx-commits mailing list