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.
Paths
| Differential D49631
[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
Event Timelinemichaelwu 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 This revision is now accepted and ready to land.Jul 31 2018, 6:12 AM Closed by commit rC338815: [libclang 6/8] Add support for reading implicit attributes (authored by mwu). · Explain WhyAug 2 2018, 10:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 158918 include/clang-c/Index.h
test/Index/implicit-attrs.m
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
|