[llvm] r255302 - Clarify some of the wording on adding a new subcomponent to the
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 13:46:26 PST 2015
Author: echristo
Date: Thu Dec 10 15:46:24 2015
New Revision: 255302
URL: http://llvm.org/viewvc/llvm-project?rev=255302&view=rev
Log:
Clarify some of the wording on adding a new subcomponent to the
C API.
Modified:
llvm/trunk/docs/DeveloperPolicy.rst
Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=255302&r1=255301&r2=255302&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu Dec 10 15:46:24 2015
@@ -545,8 +545,8 @@ other patch.
* Including new things into the API: If an LLVM subcomponent has a C API already
included, then expanding that C API is acceptable. Adding C API for subcomponents
-that don't currently have one is fine, and the details of how best to design that
-API should be discussed on the mailing list.
+that don't currently have one need to be discussed on the mailing list for design
+and maintainability feedback prior to implementation.
* Documentation: Any changes to the C API are required to be documented in the
release notes so that itâs clear to external users who do not follow the project
More information about the llvm-commits
mailing list