This is an archive of the discontinued LLVM Phabricator instance.

[libclang 6/8] Add support for reading implicit attributes
ClosedPublic

Authored by michaelwu on Jul 21 2018, 12:14 AM.

Details

Summary

Having access to implicit attributes is sometimes useful so users of libclang don't have to duplicate some of the logic in sema.

This depends on D49081 since it also adds a CXTranslationUnit flag.

Diff Detail

Repository
rC Clang

Event Timeline

michaelwu created this revision.Jul 21 2018, 12:14 AM
michaelwu set the repository for this revision to rC Clang.
michaelwu added a subscriber: cfe-commits.
michaelwu retitled this revision from [libclang] Add support for reading implicit attributes to [libclang 6/8] Add support for reading implicit attributes.Jul 21 2018, 11:14 AM
yvvan accepted this revision.Jul 31 2018, 6:12 AM
This revision is now accepted and ready to land.Jul 31 2018, 6:12 AM
This revision was automatically updated to reflect the committed changes.