Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang 5/8] Add support for ObjC attributes without args | Michael Wu | 2018-08-03 | 1 | -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 Kyrtzidis | 2012-03-31 | 1 | -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 Kyrtzidis | 2012-01-20 | 1 | -0/+7 |
llvm-svn: 148524 |