Clarify some of the wording on adding a new subcomponent to the
authorEric Christopher <echristo@gmail.com>
Thu, 10 Dec 2015 21:46:24 +0000 (21:46 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 10 Dec 2015 21:46:24 +0000 (21:46 +0000)
C API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255302 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DeveloperPolicy.rst

index 5a83f5e43a8787af99b8b4b11e899242104872c9..d357dd530b0706d02fdda6a4cb4d57633da5296b 100644 (file)
@@ -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