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