This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI] Add semicolon to function declaration fragments
ClosedPublic

Authored by chaitanyav on May 3 2023, 4:25 AM.

Details

Summary

Add missing semicolon at the end of function declarations to fragments

Diff Detail

Event Timeline

chaitanyav created this revision.May 3 2023, 4:25 AM
Herald added a project: Restricted Project. · View Herald Transcript
chaitanyav requested review of this revision.May 3 2023, 4:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 4:25 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

@dang @ributzka I missed adding semicolons to function declaration fragments in this commit https://github.com/llvm/llvm-project/commit/afce10c5b60fada1db369d3770f4389da7ef30ef . Please review this.

dang accepted this revision.May 4 2023, 6:44 AM

LGTM

This revision is now accepted and ready to land.May 4 2023, 6:44 AM