This is an archive of the discontinued LLVM Phabricator instance.

Comment AST: Factor out function type extraction in DeclInfo::fill (NFC)
ClosedPublic

Authored by aaronpuchert on Oct 6 2021, 1:14 PM.

Diff Detail

Event Timeline

aaronpuchert requested review of this revision.Oct 6 2021, 1:14 PM
aaronpuchert created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2021, 1:14 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Ping @gribozavr2. (Ideally also the followups.)

gribozavr2 accepted this revision.Nov 8 2021, 2:44 AM
gribozavr2 added inline comments.
clang/lib/AST/Comment.cpp
337

Phabricator shows a >> chevron on this line, which might be an accidental tab. If it is one, please replace with spaces.

This revision is now accepted and ready to land.Nov 8 2021, 2:44 AM
aaronpuchert marked an inline comment as done.Nov 9 2021, 12:51 PM

Thanks for the review!

clang/lib/AST/Comment.cpp
337

This seems to be Phabricator's way of indicating that the line has been indented. Not sure why they're using this (arguably misleading) symbol for that.

This revision was automatically updated to reflect the committed changes.
aaronpuchert marked an inline comment as done.