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
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-13
improve DeclStmt to be able to store SourceRange info correctly.
Chris Lattner
2008-03-10
implement simple support for arbitrary token lookahead. Change the
Chris Lattner
2008-02-29
Fix http://llvm.org/bugs/show_bug.cgi?id=2106.
Steve Naroff
2008-02-14
ParseCompoundStatementBody expects to only be called with { as the current
Chris Lattner
2008-02-05
Add a FIXME to clarify previous commit/experiment.
Steve Naroff
2008-02-05
Fix Parser::ParseObjCTryStmt() to allow for trailing @-keyword statements/exp...
Steve Naroff
2008-01-30
On an unexpected @foo keyword, return failure instead of a 'successful' null ...
Chris Lattner
2008-01-30
Fixed misc. issues raised by Chris L. on @synchronized implementation.
Fariborz Jahanian
2008-01-29
AST for @synchronized.
Fariborz Jahanian
2008-01-29
Bunch of type defs, etc. for @synchronized.
Fariborz Jahanian
2008-01-25
Add support for dispatching an objc message to a variable
Chris Lattner
2008-01-25
Factor a complex predicate out to a helper method.
Chris Lattner
2008-01-25
split the second half of ParseObjCMessageExpression into a new
Chris Lattner
2008-01-10
Warn (as gcc does) when @end does not close anything.
Fariborz Jahanian
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-04
Minor changes as suggested by Chris L.
Fariborz Jahanian
2008-01-03
Patch to parse/build AST ObjC2's foreach statement.
Fariborz Jahanian
2008-01-02
New declarations/defs for Objc2's foreach-statement. This is work in progress.
Fariborz Jahanian
2008-01-02
Prevent crash on incorrect objc messaging expression.
Fariborz Jahanian
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-27
- Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeyword...
Chris Lattner
2007-12-13
use new interface.
Chris Lattner
2007-12-12
Concatenation of objc strings.
Fariborz Jahanian
2007-12-12
move function to a more logical location, add its grammar productions.
Chris Lattner
2007-12-12
Add ObjC parser support for concatenated ObjC strings. Note that
Chris Lattner
2007-12-11
Fixed a parsing bug whereby @optional/@required keyword is not followed by
Fariborz Jahanian
2007-12-05
Make sure Parser::ParseObjCSelectorExpression() handles unary selectors (with...
Steve Naroff
2007-11-15
Finish up variadic methods/messages.
Steve Naroff
2007-11-15
Implement support for variadic methods (work in progress).
Steve Naroff
2007-11-15
Handle "bool" in all places that touch _Bool.
Chris Lattner
2007-11-13
Rewrite method definition bodies. Also renamed a method to distinguish betwee...
Steve Naroff
2007-11-12
'super' nailed.
Fariborz Jahanian
2007-11-12
Add an error diagnostic to Parse::ParseObjCMessageExpression().
Steve Naroff
2007-11-11
Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody...
Steve Naroff
2007-11-11
Replace 3 method definition functions (ObjcParseMethodDefinition, ParseObjCIn...
Steve Naroff
2007-11-11
This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ...
Steve Naroff
2007-11-10
pretty priting for method definitions.
Fariborz Jahanian
2007-11-10
Represent method definitions as separate AST nodes. Pretty print will come next.
Fariborz Jahanian
2007-11-09
Some code clean up in the form of name changes for functions which
Fariborz Jahanian
2007-11-09
Added class context to method declarations. Provide "interface *" type
Fariborz Jahanian
2007-11-08
First patch toward rewriting of method definitions. This is work in progress.
Fariborz Jahanian
2007-11-07
AST for objective-c's @throw statement and its pretty-printing.
Fariborz Jahanian
2007-11-06
Patch for objc2's property ASTs, as well as pretty-priting the ASTs.
Fariborz Jahanian
2007-11-03
Implement rewrite rules for ObjC string constants.
Steve Naroff
2007-11-02
pretty-print @try/@catch/@finally from AST as the validation of AST.
Fariborz Jahanian
2007-11-02
AST for @try statement.
Fariborz Jahanian
2007-11-02
AST for @finally statement.
Fariborz Jahanian
2007-11-01
AST build for @catch clause (this is work in progress).
Fariborz Jahanian
2007-11-01
Bunch of class declarations for objective-c's @try-catch statement.
Fariborz Jahanian
[next]