X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FDeveloperPolicy.rst;h=17baf2d27b134b2f7e15e8b97ad747f2996ca185;hb=e51b530b1255624a0a170395ce2d950b56d6c7f3;hp=d4a681a8b313dc8723dde6b41b05d49edaaf0301;hpb=67b9896fe1fe5313de3a728d01a94fa2486e07ea;p=oota-llvm.git diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst index d4a681a8b31..17baf2d27b1 100644 --- a/docs/DeveloperPolicy.rst +++ b/docs/DeveloperPolicy.rst @@ -536,7 +536,7 @@ C API Changes less stable than "take this IR file and JIT it for my current machine". * Release stability: We won't break the C API on the release branch with patches - that go on that branch, with the exception that if we will fix an unintentional + that go on that branch, with the exception that we will fix an unintentional C API break that will keep the release consistent with both the previous and next release. @@ -545,8 +545,8 @@ C API Changes * 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 need to be discussed on the mailing - list for design and maintainability feedback prior to implementation. + subcomponents that don't currently have one needs 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