This is an archive of the discontinued LLVM Phabricator instance.

[apinotes] Upstream changes to `APINotesYAMLCompiler.cpp`.
Needs RevisionPublic

Authored by zoecarver on Jul 24 2022, 6:11 PM.

Details

Reviewers
compnerd

Diff Detail

Event Timeline

zoecarver created this revision.Jul 24 2022, 6:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2022, 6:11 PM
zoecarver requested review of this revision.Jul 24 2022, 6:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2022, 6:11 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
compnerd requested changes to this revision.Jul 25 2022, 8:19 AM

Can you please add a round trip test as well? Additionally, please add a proper commit message to describe the change here.

clang/lib/APINotes/APINotesYAMLCompiler.cpp
425

Any reason to shorten Functions to Funcs? It seems that it would be a bit odd given the other members.

This revision now requires changes to proceed.Jul 25 2022, 8:19 AM

Can you please add a round trip test as well?

There is no testing infrastructure for this upstream. I have tests downstream.