[PATCH] D49127: [libclang] Add support for ObjC attributes without args
Michael Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 10 06:41:05 PDT 2018
michaelwu created this revision.
This adds support to libclang for identifying ObjC related attributes that don't take arguments.
All attributes but NSObject and NSConsumed are tested.
Repository:
rC Clang
https://reviews.llvm.org/D49127
Files:
include/clang-c/Index.h
test/Index/index-attrs.m
tools/libclang/CIndex.cpp
tools/libclang/CXCursor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49127.154785.patch
Type: text/x-patch
Size: 7541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180710/9134d0b3/attachment.bin>
More information about the cfe-commits
mailing list