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
...
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-118
/
+118
*
objective-C: Don't warn of unimplemented property of protocols in
Fariborz Jahanian
2012-12-19
1
-4
/
+15
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-118
/
+118
*
[objc] For the ARC error that is emitted when a synthesized property implemen...
Argyrios Kyrtzidis
2012-12-12
1
-3
/
+5
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+5
*
Address Jordan's review: comments, spaces.
Anna Zaks
2012-10-31
1
-3
/
+3
*
Fix Objective-C implicit property synthesis for C++ classes so we use valid
Eli Friedman
2012-10-18
1
-10
/
+15
*
Factor CollectClassPropertyImplementations out of Sema into AST
Anna Zaks
2012-10-18
1
-42
/
+12
*
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.
Jordan Rose
2012-10-10
1
-91
/
+0
*
Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.
Jordan Rose
2012-10-10
1
-35
/
+34
*
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
1
-4
/
+4
*
Make getDefaultSynthIvarName() a member of ObjCPropertyDecl.
Anna Zaks
2012-09-27
1
-11
/
+1
*
[analyzer] Add experimental ObjC invalidation method checker.
Anna Zaks
2012-09-26
1
-1
/
+2
*
objective-C: when diagnosing deprecated/unavailable usage of
Fariborz Jahanian
2012-09-21
1
-0
/
+53
*
objective-C: don't warn about class extension property's
Fariborz Jahanian
2012-09-17
1
-1
/
+3
*
objective-C: peroform property attribute consistency
Fariborz Jahanian
2012-09-17
1
-1
/
+3
*
Fix some dead stores which the static analyzer warned about. No functionality
Richard Smith
2012-09-14
1
-2
/
+1
*
objective-C: When checking for valid overriden property
Fariborz Jahanian
2012-08-24
1
-1
/
+7
*
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-23
1
-2
/
+4
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-2
/
+2
*
change function name in my last patch.
Fariborz Jahanian
2012-08-21
1
-3
/
+3
*
objective-C: Change rules for overriding properties in
Fariborz Jahanian
2012-08-21
1
-13
/
+25
*
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-21
1
-1
/
+1
*
Fix a pair of bugs relating to properties in ARC.
John McCall
2012-08-20
1
-1
/
+18
*
Remove unused variables.
Benjamin Kramer
2012-08-08
1
-2
/
+0
*
Attaching comments to declarations during parsing: handle more Objective-C de...
Dmitri Gribenko
2012-07-13
1
-0
/
+2
*
fix a typo in my last commit. I thought I recompiled,
Fariborz Jahanian
2012-06-29
1
-1
/
+1
*
objc diagnostic: pass IdentifierInfo* to the diagnostic system
Fariborz Jahanian
2012-06-29
1
-2
/
+2
*
objective-c mrc: Issue warning for mrc, as is done for arc, when
Fariborz Jahanian
2012-06-27
1
-2
/
+1
*
objc: tweak my last patch to warn if class extension
Fariborz Jahanian
2012-06-20
1
-1
/
+1
*
objective-c: Normally, a property cannot be both 'readonly' and having a
Fariborz Jahanian
2012-06-20
1
-6
/
+80
*
objc: improved diagnostic when property autosynthesis may cause
Fariborz Jahanian
2012-06-20
1
-17
/
+19
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-6
/
+6
*
objective-c: warn when autosynthesizing a property which has same
Fariborz Jahanian
2012-06-19
1
-0
/
+16
*
Documentation cleanup:
James Dennett
2012-06-15
1
-3
/
+3
*
[libclang/AST]
Argyrios Kyrtzidis
2012-06-08
1
-1
/
+1
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-15
/
+15
*
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
[prev]
[next]