summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclObjC.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-0/+8
* [Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington2018-09-101-0/+3
* Remove deprecated APIStephen Kelly2018-09-061-12/+0
* Mark up deprecated methods as suchStephen Kelly2018-08-091-3/+12
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-091-1/+2
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-091-2/+4
* [AST][NFC] Add missing doc for ObjCMethodDecl and ObjCContainerDeclBruno Ricci2018-08-031-0/+6
* [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane2018-08-011-101/+65
* Remove trailing spaceFangrui Song2018-07-301-72/+72
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-83/+83
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-221-261/+397
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-131-5/+5
* Remove all uses of std::mem_fun and std::bind1st removed in C++17.Richard Smith2017-03-231-5/+7
* [AST] Follow-up to r297972, add default value for setGetterName/setSetterName...Argyrios Kyrtzidis2017-03-161-2/+2
* [index/AST] Add references for ObjC getter=/setter= property attributes and r...Argyrios Kyrtzidis2017-03-161-2/+12
* [AST/ObjC] Make ObjCCategoryImplDecl consistent with ObjCCategoryDecl and use...Argyrios Kyrtzidis2017-03-071-37/+9
* Switch CGObjCMac to use ConstantInitBuilder. Whew.John McCall2016-11-301-0/+3
* Introduce a helper class for building complex constant initializers. NFC.John McCall2016-11-191-0/+3
* Fixed spelling in comments. NFCI.Simon Pilgrim2016-11-151-1/+1
* [AST] Tighten up some bitfieldsDavid Majnemer2016-07-091-3/+3
* Use more ArrayRefsDavid Majnemer2016-06-241-5/+0
* Class Property: change PropertyMap to include isClassProperty.Manman Ren2016-01-281-1/+3
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-4/+22
* Class Property: create accessors (class methods) for class property.Manman Ren2016-01-271-2/+3
* Class Property: parse property attribute (class).Manman Ren2016-01-261-7/+39
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-3/+5
* Move ObjCPropertyDecl to before ObjCContainerDecl.Manman Ren2016-01-251-191/+191
* [TrailingObjects] Convert Decl* classes.James Y Knight2015-12-291-3/+5
* Objective-C properties: merge attributes when redeclaring 'readonly' as 'read...Douglas Gregor2015-12-101-6/+3
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-5/+0
* [modules] In C++, stop serializing and deserializing a list of declarations inRichard Smith2015-07-211-14/+4
* DeclObjC: Move computing the type of self into a separate function (NFC).Adrian Prantl2015-07-081-0/+5
* Don't put anonymous structs within anonymous unions.Douglas Gregor2015-07-071-4/+7
* Don't rely on the use of non-POD types within unions.Douglas Gregor2015-07-071-4/+13
* [AST] Add a comment for ObjCMethodDecl::getSendResultType() function.Douglas Gregor2015-07-071-1/+3
* [libclang] Replace ObjC generic parameters when code-completing method implem...Douglas Gregor2015-07-071-3/+1
* The AST importer had a bug where it would enter into an infinite recursionDouglas Gregor2015-07-071-0/+13
* Implement variance for Objective-C type parameters.Douglas Gregor2015-07-071-5/+41
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-2/+25
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-17/+25
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-8/+149
* Implement the 'null_resettable' attribute for Objective-C properties.Douglas Gregor2015-06-191-2/+3
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-11/+22
* [modules] Deserialize CXXCtorInitializer list for a constructor lazily.Richard Smith2015-03-241-6/+9
* revert r231700 (designated initializer patch) which brokeFariborz Jahanian2015-03-111-2/+0
* [PATCH Sema Objective-C]. Patch to warn on missing designated initializerFariborz Jahanian2015-03-091-0/+2
* Fix ObjCInterfaceDecl::getCategoryMethod() and give it a caller. No behavior ...Nico Weber2015-03-021-2/+2