This is an archive of the discontinued LLVM Phabricator instance.

[libclang] Expose warn_unused and warn_unused_result attributes.
ClosedPublic

Authored by emilio on Feb 22 2019, 8:34 PM.

Diff Detail

Repository
rC Clang

Event Timeline

emilio created this revision.Feb 22 2019, 8:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2019, 8:34 PM
Anastasia accepted this revision.Feb 25 2019, 3:10 AM

LGTM! Although for consistency we could add this into python bindings too.

This revision is now accepted and ready to land.Feb 25 2019, 3:10 AM
This revision was automatically updated to reflect the committed changes.

Landed with that change, thanks for the review @Anastasia!