Skip to content

Commit

Permalink
Clarify some of the wording on adding a new subcomponent to the
Browse files Browse the repository at this point in the history
C API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255302 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Dec 10, 2015
1 parent e4b6881 commit 8737acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperPolicy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8737acc

Please sign in to comment.