This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration fragments
ClosedPublic

Authored by chaitanyav on Mar 18 2023, 12:59 AM.

Diff Detail

Event Timeline

chaitanyav created this revision.Mar 18 2023, 12:59 AM
Herald added a project: Restricted Project. · View Herald Transcript
chaitanyav requested review of this revision.Mar 18 2023, 12:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2023, 12:59 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
  • Update reference output in underscored.c
  • combine return and append semicolon fragment
  • Update reference output in underscored.c
  • combine return and append semicolon fragment

The debian build is failing because of this https://github.com/google/llvm-premerge-checks/issues/436

The windows build is failing because of https://github.com/llvm/llvm-project/issues/61519, i see that the fix (https://reviews.llvm.org/rGd233c7b814071e8b9345b1c25411272ec7446c8d) for this is already on main but i cannot trigger a new build for my changes.

Please advice on how to trigger a new build that will run on latest main.

dang accepted this revision.Mar 20 2023, 7:09 AM

LGTM! I think it's fine to go ahead and land this (premerge check are not a requirement). Have you contributed to LLVM before? If not I will need to commit it on your behalf. Once that is done you should follow the instructions at https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access to gain commit access if you wish to continue contributing to the project and LLVM in general.

This revision is now accepted and ready to land.Mar 20 2023, 7:09 AM

Thank you, Please go ahead and Commit the change. I don't have commit access, Will follow the instructions on the page to get access.

Name: NagaChaitanya Vellanki
email: pnagato@protonmail.com

This revision was landed with ongoing or failed builds.Mar 20 2023, 8:43 AM
This revision was automatically updated to reflect the committed changes.