index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Parse
/
ParseObjc.cpp
Age
Commit message (
Expand
)
Author
2007-10-31
1) More additions for objective-c's qualifier type.
Fariborz Jahanian
2007-10-31
Fix two rewriter bugs:
Steve Naroff
2007-10-31
More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.)
Fariborz Jahanian
2007-10-30
- Add location info to category/protocol AST's
Steve Naroff
2007-10-30
Remove a couple FIXME's for rewriting ObjC interfaces (which are now being re...
Steve Naroff
2007-10-30
More support for rewriting ObjC intefaces. Still some edge cases to handle...
Steve Naroff
2007-10-29
Remove a bunch of TODO's that have been done for quite some time...
Steve Naroff
2007-10-29
This commit contains lot's of small tweaks to how we pass around and store So...
Steve Naroff
2007-10-26
Start rewriting ObjC interfaces. As a start, we comment out all the methods. ...
Steve Naroff
2007-10-19
add NL at end of file
Gabor Greif
2007-10-17
Implementation of AST for @protocol expression.
Fariborz Jahanian
2007-10-16
Fix location processing of @selector: the range should include the @ sign.
Fariborz Jahanian
2007-10-16
Fix location processing of @encode: the range should include the @ sign.
Chris Lattner
2007-10-16
Fix problem dumping/printing method names with null selector.
Fariborz Jahanian
2007-10-16
Patch to implement AST generation for objective-c's @selector expression.
Fariborz Jahanian
2007-10-15
Patch to parse @selector expressions.
Fariborz Jahanian
2007-10-15
Fix a parser bug with message expressions - need to call ParsePostfixExpressi...
Steve Naroff
2007-10-14
- Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba...
Steve Naroff
2007-10-11
This patch implementa objective-c's @compatibilty-alias declaration.
Fariborz Jahanian
2007-10-11
Patch to create protocol conforming class types.
Fariborz Jahanian
2007-10-10
Remove Scope argument from ObjC actions that either don't need it or can now ...
Steve Naroff
2007-10-09
swtich to Token::is/isNot
Chris Lattner
2007-10-08
Added a new class for Interfaces qualified by protocol list.
Fariborz Jahanian
2007-10-08
Several small patches to do pretty printing for objective-c top-level decls
Fariborz Jahanian
2007-10-07
simplify the interfaces to create selectors: getSelector can take any
Chris Lattner
2007-10-05
Layering refinements for selectors (suggested by Chris). Specifics...
Steve Naroff
2007-10-04
this patch accomodates clattner's comments on expression processing in @try-s...
Fariborz Jahanian
2007-10-03
Finish renaming ObjC declaration actions.
Steve Naroff
2007-10-02
Rename several ObjC action methods to use the "ActOn" prefix (still a few mor...
Steve Naroff
2007-10-02
This patch introduces the ObjcCategoryImplDecl class and does the checking re...
Fariborz Jahanian
2007-10-02
Use Identifier::getLength() instead of strlen() in Selector::getName() and Mu...
Steve Naroff
2007-09-29
This patch fixes all issues mentioned in clattner's feedback of
Fariborz Jahanian
2007-09-29
Removed use of hash table for class decls and do a name look up directly.
Fariborz Jahanian
2007-09-28
Add some comments to MultiKeywordSelector, make all methods private, add a fr...
Steve Naroff
2007-09-28
Yesterday I discovered that 78% of all selectors in "Cocoa.h" take 0/1 argument.
Steve Naroff
2007-09-27
Patch to use case-stmt for keywords used as selectgor names.
Fariborz Jahanian
2007-09-27
Patch for method implementation. It populates ObjcImplementationDecl object w...
Fariborz Jahanian
2007-09-27
Fix some use of uninit variables issues, reported by Anton.
Chris Lattner
2007-09-27
Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...
Steve Naroff
2007-09-25
This patch introduces a new class to keep track of class implementation info....
Fariborz Jahanian
2007-09-21
This patch instantiates objects for forward protocols and in general handles ...
Fariborz Jahanian
2007-09-19
Patch to parse objective-c's @try-statement and @throw-statement.
Fariborz Jahanian
2007-09-18
Progress on message expressions...
Steve Naroff
2007-09-18
Patch for object creation and handling of category declarations.
Fariborz Jahanian
2007-09-18
Uses more description name for method implementation kind argument.
Fariborz Jahanian
2007-09-17
Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
Fariborz Jahanian
2007-09-17
Patch to add objective-c's @protocl type declaration.
Fariborz Jahanian
2007-09-17
Finish defining Action API for message expressions.
Steve Naroff
2007-09-17
- Refactored ObjcKeywordInfo into ObjcKeywordInfo, ObjcKeywordDecl, and ObjcK...
Steve Naroff
2007-09-17
Fix a few 80 column violations.
Steve Naroff
[prev]
[next]