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
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-04-25
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-24
Objective-C arc: Improve disgnostics when 'weak'
Fariborz Jahanian
2013-04-24
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-04
Revert r177948. We decided that we do not want ObjC property redeclarations ...
Ted Kremenek
2013-04-04
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-02
Objective-C: Provide fixit hints when warning
Fariborz Jahanian
2013-03-25
Objective-C: Property declaration overiding one in
Fariborz Jahanian
2013-03-21
Objective-C: Tighten the rules when warning
Fariborz Jahanian
2013-03-12
Objective-C: In my last path, also check
Fariborz Jahanian
2013-03-12
Objective-C: Issue warning in couple of obscure cases
Fariborz Jahanian
2013-02-14
objective-C: synthesize properties in order of their
Fariborz Jahanian
2013-02-14
objective-C: When implementing custom accessor method for
Fariborz Jahanian
2013-02-10
objective-C: Fixes a bogus warning due to not setting
Fariborz Jahanian
2013-02-09
QoI: -Wreadonly-iboutlet-property should have the warning's location on the p...
Ted Kremenek
2013-02-08
objective-C: don't issue bogus warning about
Fariborz Jahanian
2013-01-21
Eliminate Sema::CompareProperties(), which was walking over a pile of
Douglas Gregor
2013-01-21
Eliminate the oddly-named Sema::ComparePropertiesInBaseAndSuper, which
Douglas Gregor
2013-01-21
Replace some unnecessary O(N^2) lookups for properties with
Douglas Gregor
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-08
Use Decl::getAvailability() rather than checking for the "unavailable"
Douglas Gregor
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
objective-C: Don't warn of unimplemented property of protocols in
Fariborz Jahanian
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-12
[objc] For the ARC error that is emitted when a synthesized property implemen...
Argyrios Kyrtzidis
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-31
Address Jordan's review: comments, spaces.
Anna Zaks
2012-10-18
Fix Objective-C implicit property synthesis for C++ classes so we use valid
Eli Friedman
2012-10-18
Factor CollectClassPropertyImplementations out of Sema into AST
Anna Zaks
2012-10-10
Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.
Jordan Rose
2012-10-10
Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.
Jordan Rose
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-09-27
Make getDefaultSynthIvarName() a member of ObjCPropertyDecl.
Anna Zaks
2012-09-26
[analyzer] Add experimental ObjC invalidation method checker.
Anna Zaks
2012-09-21
objective-C: when diagnosing deprecated/unavailable usage of
Fariborz Jahanian
2012-09-17
objective-C: don't warn about class extension property's
Fariborz Jahanian
2012-09-17
objective-C: peroform property attribute consistency
Fariborz Jahanian
2012-09-14
Fix some dead stores which the static analyzer warned about. No functionality
Richard Smith
2012-08-24
objective-C: When checking for valid overriden property
Fariborz Jahanian
2012-08-23
Fix undefined behavior: member function calls where 'this' is a null pointer.
Richard Smith
2012-08-22
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-21
change function name in my last patch.
Fariborz Jahanian
2012-08-21
objective-C: Change rules for overriding properties in
Fariborz Jahanian
2012-08-21
Screw around with ObjCRuntime some more, changing the
John McCall
2012-08-20
Fix a pair of bugs relating to properties in ARC.
John McCall
2012-08-08
Remove unused variables.
Benjamin Kramer
2012-07-13
Attaching comments to declarations during parsing: handle more Objective-C de...
Dmitri Gribenko
[next]