Skip to content

Update Clang extension criteria #96532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions clang/www/get_involved.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ <h2 id="criteria">Contributing Extensions to Clang</h2>
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>
Expand Down
Loading