summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-attrs.m
Commit message (Collapse)AuthorAgeFilesLines
* [libclang 5/8] Add support for ObjC attributes without argsMichael Wu2018-08-031-0/+39
| | | | | | | | | | | | | | | | | Summary: This adds support to libclang for identifying ObjC related attributes that don't take arguments. All attributes but NSObject and NSConsumed are tested. Reviewers: yvvan, jbcoe Reviewed By: yvvan Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D49127 llvm-svn: 338813
* [libclang] Fix use-after-free bug when handling attributes indexing info.Argyrios Kyrtzidis2012-03-311-0/+10
| | | | | | | | | When indexing a property with a getter/setter with attributes, the allocated memory for AttrListInfo could get released before its destructor is run. Fixes rdar://11113442. llvm-svn: 153792
* [libclang] Fix crash when indexing attributes, rdar://10702250.Argyrios Kyrtzidis2012-01-201-0/+7
llvm-svn: 148524
OpenPOWER on IntegriCloud