aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2024-06-24 15:06:11 -0400
committerGitHub <noreply@github.com>2024-06-24 15:06:11 -0400
commitd6a3bd1325c5c54ef59e8a612451757c86186355 (patch)
tree32cdf837385273264d170f0563e8a5322cb6cf3a
parentb7b337fb91f9b0538fcc4467ffca7c6c71192bc9 (diff)
downloadllvm-d6a3bd1325c5c54ef59e8a612451757c86186355.zip
llvm-d6a3bd1325c5c54ef59e8a612451757c86186355.tar.gz
llvm-d6a3bd1325c5c54ef59e8a612451757c86186355.tar.bz2
Update Clang extension criteria (#96532)
This updates Clang's extension criteria to explicitly mention impacts on other projects within the monorepo. These changes were discussed in the following RFC: https://discourse.llvm.org/t/rfc-require-discussion-of-impact-to-monorepo-stakeholders-when-adding-new-clang-extensions/79613
-rwxr-xr-xclang/www/get_involved.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/www/get_involved.html b/clang/www/get_involved.html
index 3fc6888..99fa03a 100755
--- a/clang/www/get_involved.html
+++ b/clang/www/get_involved.html
@@ -126,6 +126,12 @@ evaluation:</p>
extension is not broken by ongoing maintenance in Clang. The test suite
should be complete enough that another compiler vendor could conceivably
validate their implementation of the feature against it.</li>
+
+ <li>A support story for other impacted projects within the monorepo: If the
+ extension can impact other parts of the project (libc++, lldb, compiler-rt,
+ etc), the proposal needs to document the impact for these projects to fully
+ support the extension and what level of support is expected. The impacted
+ project communities need to agree with that plan.</li>
</ol>
</div>