index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaObjCProperty.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
objective-c: fix a sema and IRGen crash when property
Fariborz Jahanian
2012-05-29
1
-3
/
+3
*
Use the SelectorSet typedef more widely throughout Sema.
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
Remove unused argument in my last patch.
Fariborz Jahanian
2012-05-21
1
-3
/
+2
*
objective-c: When default synthesizing readonly IBOutlet properties
Fariborz Jahanian
2012-05-21
1
-54
/
+42
*
objective-c: Warn if default synthesizing readonly IBOutlet properties
Fariborz Jahanian
2012-05-19
1
-0
/
+67
*
objective-c: perform strict type checking on property
Fariborz Jahanian
2012-05-15
1
-13
/
+34
*
objc: avoid duplicate diagnostics on certain type mismatches
Fariborz Jahanian
2012-05-15
1
-16
/
+18
*
[AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...
Argyrios Kyrtzidis
2012-05-09
1
-0
/
+12
*
Fixes a typo. note_xxx not not_xxx.
Fariborz Jahanian
2012-05-08
1
-1
/
+1
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-2
/
+2
*
objective-c: warn for properties being default synthesized
Fariborz Jahanian
2012-05-03
1
-5
/
+10
*
Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...
Eli Friedman
2012-05-01
1
-18
/
+36
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-18
/
+18
*
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
Richard Smith
2012-03-13
1
-1
/
+1
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-33
/
+33
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-3
/
+3
*
objective-c: provide fixit hint when atomic property does not
Fariborz Jahanian
2012-02-29
1
-8
/
+39
*
[AST] When we @synthesize a property with a user-defined ivar name,
Argyrios Kyrtzidis
2012-02-28
1
-5
/
+5
*
[AST] Associate the getter/setter methods to a property of a objc class exten...
Argyrios Kyrtzidis
2012-02-28
1
-4
/
+8
*
objective-c default synthesis. classes which adopt protocol properties
Fariborz Jahanian
2012-02-23
1
-1
/
+2
*
Don't crash on attempts to synthesize an invalid property.
John McCall
2012-02-21
1
-0
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Further enhance comment for property in continuation class.
Fariborz Jahanian
2012-02-02
1
-1
/
+4
*
objc: comment the code which allows narroing of property object
Fariborz Jahanian
2012-02-02
1
-0
/
+3
*
objective-c: When redeclaraing in continuation class a 'readonly'
Fariborz Jahanian
2012-02-02
1
-5
/
+12
*
minor refactoring to improve compile-time performance.
Fariborz Jahanian
2012-01-11
1
-2
/
+2
*
objc-arc: evaluate 'readonly' property with no known
Fariborz Jahanian
2012-01-11
1
-6
/
+55
*
objc++: patch for IRgen for atomic properties of
Fariborz Jahanian
2012-01-10
1
-2
/
+6
*
After further discussion, rename attribute 'objc_disable_automatic_synthesis'...
Ted Kremenek
2012-01-05
1
-4
/
+4
*
objc: When issuing warning for missing synthesis for
Fariborz Jahanian
2012-01-04
1
-0
/
+9
*
In non-gc, non-arc mode, property of 'Class' type
Fariborz Jahanian
2012-01-04
1
-0
/
+9
*
objc: use objc_suppress_autosynthesis attribute on classes
Fariborz Jahanian
2012-01-03
1
-2
/
+4
*
objc: do not auto synthesize properties declared in
Fariborz Jahanian
2011-12-15
1
-1
/
+7
*
Replace all comparisons between ObjCInterfaceDecl pointers with calls
Douglas Gregor
2011-12-15
1
-2
/
+2
*
objc-arc: diagnose synthesis of a 'weak unavailable' property.
Fariborz Jahanian
2011-12-09
1
-6
/
+14
*
objc: turn warning for property type mismatch in
Fariborz Jahanian
2011-11-28
1
-1
/
+1
*
[PCH] Do not crash if a class extension in a chained PCH introduces/redeclare...
Argyrios Kyrtzidis
2011-11-14
1
-0
/
+5
*
objc-arc: 'readonly' property of retainable object
Fariborz Jahanian
2011-11-08
1
-3
/
+2
*
Make sure when setting AttributesAsWritten of a property that they do not
Argyrios Kyrtzidis
2011-11-06
1
-4
/
+9
*
objc: warn if a readonly property has a setter attribute too.
Fariborz Jahanian
2011-11-01
1
-0
/
+5
*
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
1
-5
/
+3
*
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
1
-3
/
+5
*
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-25
1
-5
/
+3
*
Set the objc "property attributes as written" for extension properties as well.
Argyrios Kyrtzidis
2011-10-18
1
-28
/
+34
*
obj-c++: allow the getter/setter to return/take parameters
Fariborz Jahanian
2011-10-15
1
-2
/
+4
*
objc-arc: 'Class' property is implicitly __unsafe_unretained.
Fariborz Jahanian
2011-10-13
1
-1
/
+1
*
Fix typo in name of diagnostic.
Ted Kremenek
2011-10-12
1
-1
/
+1
*
objc: note location of the previously declared
Fariborz Jahanian
2011-10-12
1
-1
/
+3
*
objc: err on a property designated both atomic and
Fariborz Jahanian
2011-10-10
1
-0
/
+7
[next]