This adds support to libclang for identifying ObjC related attributes that don't take arguments.
All attributes but NSObject and NSConsumed are tested.
Paths
| Differential D49127
[libclang 5/8] Add support for ObjC attributes without args ClosedPublic Authored by michaelwu on Jul 10 2018, 6:40 AM.
Details Summary This adds support to libclang for identifying ObjC related attributes that don't take arguments. All attributes but NSObject and NSConsumed are tested.
Diff Detail Event Timelinemichaelwu retitled this revision from [libclang] Add support for ObjC attributes without args to [libclang 5/8] Add support for ObjC attributes without args.Jul 21 2018, 11:13 AM This revision is now accepted and ready to land.Jul 31 2018, 6:12 AM Comment Actions Some of the CHECKs in the test will be reordered to pass, but it's still the same test. Closed by commit rC338813: [libclang 5/8] Add support for ObjC attributes without args (authored by mwu). · Explain WhyAug 2 2018, 10:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 154785 include/clang-c/Index.h
test/Index/index-attrs.m
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp
|