[PATCH] D12685: Document the stability policy for LLVM-C APIs.

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 16:05:28 PDT 2015


deadalnix added a comment.

@echristo does the update address your concerns ?


================
Comment at: docs/DeveloperPolicy.rst:552
@@ +551,3 @@
+functions. You may add new functions. You may remove functions without any prior
+deprecation period. You may change the semantics of existing functions.
+
----------------
This does not convey the idea that this is generally undesirable. It may be done, but generally should be avoided.


http://reviews.llvm.org/D12685





More information about the llvm-commits mailing list