aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/Action.h
AgeCommit message (Expand)Author
2008-05-06Patch to refactor setter/getter names of property attributes into SelectorFariborz Jahanian
2008-05-05percolate @optional/@required protocols down to ASTs forFariborz Jahanian
2008-05-01More ObjC2 property semantics work. Work in progress.Fariborz Jahanian
2008-04-27Parsing of namespaces:Argyrios Kyrtzidis
2008-04-24Patch to diagnose inconsistancies between properties declared in current andFariborz Jahanian
2008-04-21Continuation of work on ObjC2's properties.Fariborz Jahanian
2008-04-18Initial work for property implementation declarations.Fariborz Jahanian
2008-04-14New AST representation for each objc2's property declaration.Fariborz Jahanian
2008-04-13This patch adds very basic support for parsing and type-checking classDouglas Gregor
2008-04-13Test commit: fix a typoDouglas Gregor
2008-04-11AST generation for objc2's property declarations.Fariborz Jahanian
2008-04-11Minor changes per Chris L's review.Fariborz Jahanian
2008-04-10Patch for:Fariborz Jahanian
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-04-02Two changes to Sema::LookupDecl() interface. Steve Naroff
2008-03-13improve DeclStmt to be able to store SourceRange info correctly.Chris Lattner
2008-02-26add parsing, ast building and pretty printing support for C++ throw expressions.Chris Lattner
2008-02-25convert tabs to spaces, patch by Mike Stump!Chris Lattner
2008-02-08Put back the top-level asm code; all tests pass now.Anders Carlsson
2008-02-08Back out 46855 for now, it causes test failures on Darwin.Anders Carlsson
2008-02-07Handle top-level asm declarations.Anders Carlsson
2008-02-05Handle simple asm statements correctly.Anders Carlsson
2008-01-29AST for @synchronized.Fariborz Jahanian
2008-01-17Implement basic overload support via a new builtin, __builtin_overload.Nate Begeman
2008-01-12Add first pieces of support for parsing and representing Chris Lattner
2008-01-07Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek
2008-01-03Patch to parse/build AST ObjC2's foreach statement.Fariborz Jahanian
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12Add ObjC parser support for concatenated ObjC strings. Note thatChris Lattner
2007-11-23Keep track of whether the asm is volatile or not.Anders Carlsson
2007-11-22Store output and input operands as well as clobber information in the AsmStmt...Anders Carlsson
2007-11-20Store inline asm code in the AST.Anders Carlsson
2007-11-15Finish up variadic methods/messages.Steve Naroff
2007-11-15Implement support for variadic methods (work in progress).Steve Naroff
2007-11-12'super' nailed.Fariborz Jahanian
2007-11-12Forgot this file from my last commit...Steve Naroff
2007-11-11Replace 2 method definition actions (ActOnFunctionDefBody, ActOnMethodDefBody...Steve Naroff
2007-11-11This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ...Steve Naroff
2007-11-10Minor code clean up in method def area.Fariborz Jahanian
2007-11-10Represent method definitions as separate AST nodes. Pretty print will come next.Fariborz Jahanian
2007-11-09Some code clean up in the form of name changes for functions whichFariborz Jahanian
2007-11-09Added class context to method declarations. Provide "interface *" typeFariborz Jahanian
2007-11-08First patch toward rewriting of method definitions. This is work in progress.Fariborz Jahanian
2007-11-07AST for objective-c's @throw statement and its pretty-printing.Fariborz Jahanian
2007-11-06Patch for objc2's property ASTs, as well as pretty-priting the ASTs.Fariborz Jahanian
2007-11-03Implement rewrite rules for ObjC string constants.Steve Naroff
2007-11-02AST for @try statement.Fariborz Jahanian
2007-11-02AST for @finally statement.Fariborz Jahanian
2007-11-01AST build for @catch clause (this is work in progress).Fariborz Jahanian
2007-10-311) More additions for objective-c's qualifier type.Fariborz Jahanian