This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON
ClosedPublic

Authored by evelez7 on Jun 28 2023, 7:28 PM.

Diff Detail

Event Timeline

evelez7 created this revision.Jun 28 2023, 7:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
evelez7 requested review of this revision.Jun 28 2023, 7:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: cfe-commits. · View Herald Transcript
evelez7 added a comment.EditedJun 28 2023, 7:41 PM

These updated tests pass locally for me, not sure why the build test failed.

dang added inline comments.Jun 30 2023, 1:59 AM
clang/lib/ExtractAPI/DeclarationFragments.cpp
437

Should this be after the line below?

evelez7 updated this revision to Diff 536245.Jun 30 2023, 7:45 AM
evelez7 marked an inline comment as done.

Move semicolon line below After fragment

dang accepted this revision.Jul 31 2023, 6:29 AM

LGTM!

This revision is now accepted and ready to land.Jul 31 2023, 6:29 AM
This revision was landed with ongoing or failed builds.Jul 31 2023, 11:29 PM
This revision was automatically updated to reflect the committed changes.