This is an archive of the discontinued LLVM Phabricator instance.

Improve documentation of CXIndexOptions; NFC
ClosedPublic

Authored by vedgy on Mar 10 2023, 1:53 AM.

Details

Summary

Document one more alternative way to initialize struct CXIndexOptions,
which is used in LibclangSetPreambleStoragePathTest since
df8f8f76207df40dca11c9c0c2328d6b3dfba9ca because the previous
initialization approach causes compiler warnings.

Diff Detail

Event Timeline

vedgy created this revision.Mar 10 2023, 1:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 1:53 AM
Herald added a subscriber: arphaman. · View Herald Transcript
vedgy requested review of this revision.Mar 10 2023, 1:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 1:53 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Mar 10 2023, 6:16 AM
This revision is now accepted and ready to land.Mar 10 2023, 6:16 AM
This revision was automatically updated to reflect the committed changes.