From: Eric Christopher Date: Thu, 10 Dec 2015 21:46:24 +0000 (+0000) Subject: Clarify some of the wording on adding a new subcomponent to the X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8737acc70bee89ef086b7a066ac2f2d06a8e126a;p=oota-llvm.git Clarify some of the wording on adding a new subcomponent to the C API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255302 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst index 5a83f5e43a8..d357dd530b0 100644 --- a/docs/DeveloperPolicy.rst +++ b/docs/DeveloperPolicy.rst @@ -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