index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaObjCProperty.cpp
Age
Commit message (
Expand
)
Author
2010-04-09
Fixes a regression caused by implementing cstyle methods
Fariborz Jahanian
2010-04-06
Minor clean up.
Fariborz Jahanian
2010-04-06
default access for synthesize ivar is @protect.
Fariborz Jahanian
2010-04-05
Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions.
Ted Kremenek
2010-04-05
Fix possible null dereference by bailing out of CheckObjCPropertyAttributes()...
Ted Kremenek
2010-04-02
Sema/Obj-C: Narrow type, and simplify.
Daniel Dunbar
2010-03-30
Recognize __attribute__((NSObject)) directly applied
Fariborz Jahanian
2010-03-23
Improve diagnostic for @property/ivar type mismatch by including the types of...
Ted Kremenek
2010-03-22
Set the relevent attributes declared in class extension
Fariborz Jahanian
2010-03-18
Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyD...
Ted Kremenek
2010-03-15
Make 'findPropertyDecl()' a static method of ObjCPropertyDecl.
Ted Kremenek
2010-03-15
Correctly determine if the @property has been previously declared. If
Ted Kremenek
2010-03-12
Split Sema::ActOnProperty() into two recursive functions to clearly separate
Ted Kremenek
2010-03-12
Fix 80 col violations.
Ted Kremenek
2010-03-12
Move 'ActOn' methods to the beginning of the file
Ted Kremenek
2010-03-12
Split Sema logic for ObjC @property and @synthesize into
Ted Kremenek