This is an archive of the discontinued LLVM Phabricator instance.

clang: fix typo availbility
ClosedPublic

Authored by sloorush on Aug 5 2022, 11:38 AM.

Details

Summary

I am fixing the spelling of availability.

I am unsure if this change will have any side effects. If someone can help on how to check if it has any side effects, I can test those out as well.

Diff Detail

Event Timeline

sloorush created this revision.Aug 5 2022, 11:38 AM
Herald added a reviewer: ributzka. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
sloorush requested review of this revision.Aug 5 2022, 11:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2022, 11:38 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
sloorush edited the summary of this revision. (Show Details)Aug 5 2022, 11:44 AM
inclyc accepted this revision.Aug 6 2022, 11:59 AM
inclyc added a subscriber: inclyc.

LGTM. Could you please provide your real name and email address, like Name <xxx@xxx.com> ? So that I can commit this for you. Also feel free to ask for commit access.

This revision is now accepted and ready to land.Aug 6 2022, 11:59 AM

@inclyc, Here is my real name and email address in the requested format:

Aarush Bhat <aarush.bhatt@gmail.com>

I would love to get commit access. What exactly is the process? Do I have to email as mentioned in https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access?

@inclyc, Here is my real name and email address in the requested format:

Aarush Bhat <aarush.bhatt@gmail.com>

I would love to get commit access. What exactly is the process? Do I have to email as mentioned in https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access?

Don't worry! Just feel free to send the email to Lattner, he is very fine.

This revision was landed with ongoing or failed builds.Aug 6 2022, 12:46 PM
Closed by commit rGa6cb8419b175: clang: fix typo availbility (authored by sloorush, committed by inclyc). · Explain Why
This revision was automatically updated to reflect the committed changes.
sloorush added a comment.EditedAug 6 2022, 12:47 PM

@inclyc, Here is my real name and email address in the requested format:

Aarush Bhat <aarush.bhatt@gmail.com>

I would love to get commit access. What exactly is the process? Do I have to email as mentioned in https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access?

Don't worry! Just feel free to send the email to Lattner, he is very fine.

Okay! I'll drop them an email. Thank you for committing the change on my behalf!

Copied from github comments:

Thanks for working on this, changes on serialization may still cause issue related to backward compatibility. Even though this patch passed all regression tests, if in the future some one reports clang must give availbility (typo), we may have to revert this change.