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
/
SemaDeclObjC.cpp
Age
Commit message (
Expand
)
Author
2010-04-09
When upgrading an Objective-C class from a forward declaration to a
Douglas Gregor
2010-04-09
Fixes a regression caused by implementing cstyle methods
Fariborz Jahanian
2010-04-08
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-08
Patch to implement gcc's cstyle arguments in objc
Fariborz Jahanian
2010-04-02
diagnose declaring class extension after its implementation
Fariborz Jahanian
2010-03-31
Patch implements gcc's -Wno-protocol option to suppress warning
Fariborz Jahanian
2010-03-31
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-03-27
Further improvement to point to category
Fariborz Jahanian
2010-03-27
Improve diagnostics on incomplete implementation
Fariborz Jahanian
2010-03-22
Fixes access rues for ivars declared in class
Fariborz Jahanian
2010-03-12
Split Sema logic for ObjC @property and @synthesize into
Ted Kremenek
2010-03-11
For ivars created using @synthesize, set their DeclContext to be
Ted Kremenek
2010-03-08
Keep track of type source information in the return type of an
Douglas Gregor
2010-03-01
Keep an explicit stack of function and block scopes, each element of
Douglas Gregor
2010-03-01
Implement jump checking for initialized c++ variables, implementing
Chris Lattner
2010-02-23
More Sema check for ivars in class continuation.
Fariborz Jahanian
2010-02-23
Fix another crash on invalid code. In this case, handle ObjC categories (wit...
Ted Kremenek
2010-02-23
More support for ivars in class extension.
Fariborz Jahanian
2010-02-19
Start supporting declaration of ivars in @implementation
Fariborz Jahanian
2010-02-19
Patch removes IVars list from ObjCInterfaceDecl and
Fariborz Jahanian
2010-02-17
Use proper lexcial context for newly added ivars.
Fariborz Jahanian
2010-02-17
Allow for declaration and use of ivars in a stand-alone
Fariborz Jahanian
2010-02-15
Class continuation now has its own property ast for
Fariborz Jahanian
2010-02-11
Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocat...
Ted Kremenek
2010-02-09
Finish implementing property synthesis by default.
Fariborz Jahanian
2010-02-09
Implement synthesizing properties by default.
Fariborz Jahanian
2010-01-21
Patch to implement rewriting of properties.
Fariborz Jahanian
2010-01-20
Settled rule on warning on unimplemented property in
Fariborz Jahanian
2010-01-20
Improve performance of warning when not implementing a required
Fariborz Jahanian
2010-01-20
Patch to implement required warnings for unimplemented
Fariborz Jahanian
2010-01-18
Mostly renaming some methods and updating comments to
Fariborz Jahanian
2010-01-16
Improve location information for Objective-C category declarations. We
Douglas Gregor
2010-01-16
Keep track of the source locations for each protocol reference in
Douglas Gregor
2010-01-07
Change ObjCContainerDecl to contain the entire range for the '@end'
Ted Kremenek
2010-01-07
Whenever we emit a typo-correction diagnostic, also emit a note
Douglas Gregor
2010-01-06
When suggesting a typo correction for an @implementation without a
Douglas Gregor
2010-01-06
Fix a bug when property is redeclared in multiple
Fariborz Jahanian
2010-01-06
Do not diagnose method disguised as property setter
Fariborz Jahanian
2010-01-04
When declaring an Objective-C implementation without a corresponding
Douglas Gregor
2010-01-03
Implement typo correction for a variety of Objective-C-specific
Douglas Gregor
2009-12-17
Diagnose duplicate declaration of a property. Fixes
Fariborz Jahanian
2009-12-16
Diagnose property of reference type as unsupported
Fariborz Jahanian
2009-12-10
Improve the diagnostic when a new declaration conflicts with a using shadow
John McCall
2009-12-07
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-11-18
Don't warn if objc method param types in declaration and
Fariborz Jahanian
2009-11-18
Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...
Ted Kremenek
2009-11-17
Pass source locations of identifiers referenced by @class through Action::Act...
Ted Kremenek
2009-11-17
Do not register ObjCInterfaceDecls implicitly created by @class in the
Ted Kremenek
[next]