index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Parse
/
Action.h
Age
Commit message (
Expand
)
Author
2008-05-06
Patch to refactor setter/getter names of property attributes into Selector
Fariborz Jahanian
2008-05-05
percolate @optional/@required protocols down to ASTs for
Fariborz Jahanian
2008-05-01
More ObjC2 property semantics work. Work in progress.
Fariborz Jahanian
2008-04-27
Parsing of namespaces:
Argyrios Kyrtzidis
2008-04-24
Patch to diagnose inconsistancies between properties declared in current and
Fariborz Jahanian
2008-04-21
Continuation of work on ObjC2's properties.
Fariborz Jahanian
2008-04-18
Initial work for property implementation declarations.
Fariborz Jahanian
2008-04-14
New AST representation for each objc2's property declaration.
Fariborz Jahanian
2008-04-13
This patch adds very basic support for parsing and type-checking class
Douglas Gregor
2008-04-13
Test commit: fix a typo
Douglas Gregor
2008-04-11
AST generation for objc2's property declarations.
Fariborz Jahanian
2008-04-11
Minor changes per Chris L's review.
Fariborz Jahanian
2008-04-10
Patch for:
Fariborz Jahanian
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-02
Two changes to Sema::LookupDecl() interface.
Steve Naroff
2008-03-13
improve DeclStmt to be able to store SourceRange info correctly.
Chris Lattner
2008-02-26
add parsing, ast building and pretty printing support for C++ throw expressions.
Chris Lattner
2008-02-25
convert tabs to spaces, patch by Mike Stump!
Chris Lattner
2008-02-08
Put back the top-level asm code; all tests pass now.
Anders Carlsson
2008-02-08
Back out 46855 for now, it causes test failures on Darwin.
Anders Carlsson
2008-02-07
Handle top-level asm declarations.
Anders Carlsson
2008-02-05
Handle simple asm statements correctly.
Anders Carlsson
2008-01-29
AST for @synchronized.
Fariborz Jahanian
2008-01-17
Implement basic overload support via a new builtin, __builtin_overload.
Nate Begeman
2008-01-12
Add first pieces of support for parsing and representing
Chris Lattner
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-03
Patch to parse/build AST ObjC2's foreach statement.
Fariborz Jahanian
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-12
Add ObjC parser support for concatenated ObjC strings. Note that
Chris Lattner
2007-11-23
Keep track of whether the asm is volatile or not.
Anders Carlsson
2007-11-22
Store output and input operands as well as clobber information in the AsmStmt...
Anders Carlsson
2007-11-20
Store inline asm code in the AST.
Anders Carlsson
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-12
'super' nailed.
Fariborz Jahanian
2007-11-12
Forgot this file from my last commit...
Steve Naroff
2007-11-11
Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody...
Steve Naroff
2007-11-11
This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ...
Steve Naroff
2007-11-10
Minor code clean up in method def area.
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
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-10-31
1) More additions for objective-c's qualifier type.
Fariborz Jahanian
[next]