summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaObjCProperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Guard lazy synthesis of provisional ivars under the newFariborz Jahanian2011-01-031-1/+2
* Warn when synthesizing a property which isFariborz Jahanian2010-12-171-0/+12
* ivars craeted for explicit @synthesize and thoseFariborz Jahanian2010-12-151-1/+1
* Any property declared in a class extension might have userFariborz Jahanian2010-12-101-1/+4
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-1/+1
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-6/+6
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-171-3/+5
* Kill off the remaining places which generate CK_Unknown casts.John McCall2010-11-161-8/+4
* Assorted work leading towards the elimination of CK_Unknown.John McCall2010-11-151-4/+9
* Check for duplicate declaration of a property in current andFariborz Jahanian2010-11-101-9/+16
* Propagate the deprecated and unavailable attributes from aJohn McCall2010-11-101-0/+17
* Tweak diagnostics for redeclaration of a @property in a class extension where...Ted Kremenek2010-10-211-1/+10
* Check for ivar being a C++ object before attempting toFariborz Jahanian2010-10-151-2/+4
* Put line number on the diagnostic. //rdar: //8550657.Fariborz Jahanian2010-10-141-1/+1
* Default synthesized ivars don't really have a location in the source. Using ...Ted Kremenek2010-09-241-3/+8
* For properties declared in a @protocol and redeclared in a class extension, u...Ted Kremenek2010-09-231-2/+7
* Correctly register the class extension as the lexical DeclContext for ObjC me...Ted Kremenek2010-09-211-6/+9
* For ObjCPropertyDecls in class extensions, use the class extension as the lex...Ted Kremenek2010-09-211-12/+18
* Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek2010-09-011-11/+16
* De-memberify the VarDecl and FunctionDecl StorageClass enums.John McCall2010-08-261-2/+2
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-1/+1
* Remove the DenseSet dependency from Sema.h.John McCall2010-08-251-0/+1
* No need to default synthesize property if implementation Fariborz Jahanian2010-08-251-0/+6
* Fix a bug in nonfragile-abi2 when attempting to diagnoseFariborz Jahanian2010-08-241-2/+4
* Struggle mightily against header inclusion in Sema.h.John McCall2010-08-241-0/+1
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-3/+3
* DeclPtrTy -> Decl *John McCall2010-08-211-50/+48
* StringRef'ication of lots stuff, patch by Peter Davies!Daniel Dunbar2010-08-171-1/+1
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-2/+2
* atch for implementation of objective-c's -WselectorFariborz Jahanian2010-07-221-1/+3
* Patch to synthesize property ivars on demand asFariborz Jahanian2010-07-171-1/+19
* Don't error when doing default property synthesis Fariborz Jahanian2010-07-141-0/+4
* Check on property attributes which are declaredFariborz Jahanian2010-07-131-11/+15
* This patch fixes a bug whereby, clang skipped Fariborz Jahanian2010-06-291-38/+18
* Patch to provide separate ASTs for multiple ObjC class extension Fariborz Jahanian2010-06-221-1/+7
* Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.John McCall2010-06-041-2/+2
* Remember type source information for Objective C property declarations.John McCall2010-06-041-7/+8
* Misc. fixes to bring Objetive-C++'s handling ofFariborz Jahanian2010-05-181-1/+10
* Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...Ted Kremenek2010-05-181-3/+16
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-12/+9
* Recognize when the named return value optimization applies in aDouglas Gregor2010-05-151-2/+3
* Implement new default property synthesis rules. Essentially, no longerFariborz Jahanian2010-05-141-8/+69
* This patch deals with Sema Part of Setter/Getter synthesisFariborz Jahanian2010-05-051-3/+54
* Do not issue warning on unimplemented property in the class, if itFariborz Jahanian2010-05-031-1/+31
* Properties cannot be synthesized by-dafult inFariborz Jahanian2010-04-291-1/+1
* Improve on source location of diagnostic when defaultFariborz Jahanian2010-04-211-1/+1
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-0/+1
* Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor2010-04-151-1/+1
* Fixes a regression caused by implementing cstyle methods Fariborz Jahanian2010-04-091-1/+1
OpenPOWER on IntegriCloud