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-06-29
This patch fixes a bug whereby, clang skipped
Fariborz Jahanian
2010-06-22
Patch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian
2010-06-04
Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*.
John McCall
2010-06-04
Remember type source information for Objective C property declarations.
John McCall
2010-05-18
Misc. fixes to bring Objetive-C++'s handling of
Fariborz Jahanian
2010-05-18
Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because ...
Ted Kremenek
2010-05-15
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-15
Recognize when the named return value optimization applies in a
Douglas Gregor
2010-05-14
Implement new default property synthesis rules. Essentially, no longer
Fariborz Jahanian
2010-05-05
This patch deals with Sema Part of Setter/Getter synthesis
Fariborz Jahanian
2010-05-03
Do not issue warning on unimplemented property in the class, if it
Fariborz Jahanian
2010-04-29
Properties cannot be synthesized by-dafult in
Fariborz Jahanian
2010-04-21
Improve on source location of diagnostic when default
Fariborz Jahanian
2010-04-19
Keep track of the actual storage specifier written on a variable or
Douglas Gregor
2010-04-15
Feed proper source-location information into Sema::LookupSingleResult,
Douglas Gregor
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
[prev]