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
...
*
Minor clean up.
Fariborz Jahanian
2010-04-06
1
-18
/
+0
*
default access for synthesize ivar is @protect.
Fariborz Jahanian
2010-04-06
1
-1
/
+1
*
Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions.
Ted Kremenek
2010-04-05
1
-2
/
+3
*
Fix possible null dereference by bailing out of CheckObjCPropertyAttributes()...
Ted Kremenek
2010-04-05
1
-1
/
+4
*
Sema/Obj-C: Narrow type, and simplify.
Daniel Dunbar
2010-04-02
1
-14
/
+6
*
Recognize __attribute__((NSObject)) directly applied
Fariborz Jahanian
2010-03-30
1
-6
/
+10
*
Improve diagnostic for @property/ivar type mismatch by including the types of...
Ted Kremenek
2010-03-23
1
-2
/
+6
*
Set the relevent attributes declared in class extension
Fariborz Jahanian
2010-03-22
1
-0
/
+5
*
Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyD...
Ted Kremenek
2010-03-18
1
-11
/
+3
*
Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.
Ted Kremenek
2010-03-15
1
-14
/
+4
*
Correctly determine if the @property has been previously declared. If
Ted Kremenek
2010-03-15
1
-7
/
+17
*
Split Sema::ActOnProperty() into two recursive functions to clearly separate
Ted Kremenek
2010-03-12
1
-104
/
+154
*
Fix 80 col violations.
Ted Kremenek
2010-03-12
1
-15
/
+16
*
Move 'ActOn' methods to the beginning of the file
Ted Kremenek
2010-03-12
1
-395
/
+404
*
Split Sema logic for ObjC @property and @synthesize into
Ted Kremenek
2010-03-12
1
-0
/
+1025
[prev]