summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/DeclObjC.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Constify a few IdentifierInfo * parameters.Jordan Rose2014-11-191-2/+3
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-2/+1
* Improving diagnostic source ranges for the nonnull attribute. Now it highligh...Aaron Ballman2014-08-011-0/+1
* Objective-C. Changes per A. Ballman's commentFariborz Jahanian2014-07-161-0/+7
* Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian2014-07-161-0/+5
* DeclObjC: Fix comments about bad APIAlp Toker2014-06-071-6/+6
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-071-3/+1
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-6/+6
* Stop all the Decl classes poking at Redeclarable's data member directly, and ...Richard Smith2014-05-101-5/+5
* Update comment for ObjCImplementationDecl's handling of instance variables.Jordan Rose2014-05-061-4/+7
* [C++11] Use 'nullptr'Craig Topper2014-05-061-25/+30
* [C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...Aaron Ballman2014-03-141-0/+3
* [C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...Aaron Ballman2014-03-141-0/+6
* [C++11] Replacing ObjCCategoryDecl iterators ivar_begin() and ivar_end() with...Aaron Ballman2014-03-141-0/+3
* [C++11] Replacing ObjCCategoryDecl iterators protocol_loc_begin() and protoco...Aaron Ballman2014-03-141-0/+5
* [C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-141-1/+8
* [C++11] Replacing ObjCProtocolDecl iterators protocol_loc_begin() and protoco...Aaron Ballman2014-03-141-0/+5
* [C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...Aaron Ballman2014-03-131-0/+5
* [C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...Aaron Ballman2014-03-131-0/+7
* [C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...Aaron Ballman2014-03-131-0/+8
* [C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...Aaron Ballman2014-03-131-0/+7
* [C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...Aaron Ballman2014-03-131-0/+8
* [C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...Aaron Ballman2014-03-131-0/+2