]> granicus.if.org Git - clang/history - include/clang/Parse/Action.h
add parsing, ast building and pretty printing support for C++ throw expressions.
[clang] / include / clang / Parse / Action.h
2008-02-26 Chris Lattneradd parsing, ast building and pretty printing support...
2008-02-25 Chris Lattnerconvert tabs to spaces, patch by Mike Stump!
2008-02-08 Anders CarlssonPut back the top-level asm code; all tests pass now.
2008-02-08 Anders CarlssonBack out 46855 for now, it causes test failures on...
2008-02-07 Anders CarlssonHandle top-level asm declarations.
2008-02-05 Anders CarlssonHandle simple asm statements correctly.
2008-01-29 Fariborz JahanianAST for @synchronized.
2008-01-17 Nate BegemanImplement basic overload support via a new builtin...
2008-01-12 Chris LattnerAdd first pieces of support for parsing and representing
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-03 Fariborz JahanianPatch to parse/build AST ObjC2's foreach statement.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-12 Chris LattnerAdd ObjC parser support for concatenated ObjC strings...
2007-11-23 Anders CarlssonKeep track of whether the asm is volatile or not.
2007-11-22 Anders CarlssonStore output and input operands as well as clobber...
2007-11-20 Anders CarlssonStore inline asm code in the AST.
2007-11-15 Steve NaroffFinish up variadic methods/messages.
2007-11-15 Steve NaroffImplement support for variadic methods (work in progress).
2007-11-12 Fariborz Jahanian'super' nailed.
2007-11-12 Steve NaroffForgot this file from my last commit...
2007-11-11 Steve NaroffReplace 2 method definition actions (ActOnFunctionDefBo...
2007-11-11 Steve NaroffThis is the last 5% of the solution to teaching Sema...
2007-11-10 Fariborz JahanianMinor code clean up in method def area.
2007-11-10 Fariborz JahanianRepresent method definitions as separate AST nodes...
2007-11-09 Fariborz JahanianSome code clean up in the form of name changes for...
2007-11-09 Fariborz JahanianAdded class context to method declarations. Provide...
2007-11-08 Fariborz JahanianFirst patch toward rewriting of method definitions...
2007-11-07 Fariborz JahanianAST for objective-c's @throw statement and its pretty...
2007-11-06 Fariborz JahanianPatch for objc2's property ASTs, as well as pretty...
2007-11-03 Steve NaroffImplement rewrite rules for ObjC string constants.
2007-11-02 Fariborz JahanianAST for @try statement.
2007-11-02 Fariborz JahanianAST for @finally statement.
2007-11-01 Fariborz JahanianAST build for @catch clause (this is work in progress).
2007-10-31 Fariborz Jahanian1) More additions for objective-c's qualifier type.
2007-10-31 Steve NaroffImplement ObjC built-in types in MinimalAction.
2007-10-31 Steve NaroffImplement a more sensible strategy for ObjC built-in...
2007-10-30 Steve Naroff- Add location info to category/protocol AST's
2007-10-30 Steve NaroffMore support for rewriting ObjC intefaces. Still some...
2007-10-29 Steve NaroffThis commit contains lot's of small tweaks to how we...
2007-10-29 Chris LattnerImplement *skeletal* support for representing GNU inlin...
2007-10-26 Steve NaroffStart rewriting ObjC interfaces. As a start, we comment...
2007-10-17 Fariborz JahanianImplementation of AST for @protocol expression.
2007-10-16 Fariborz JahanianFix location processing of @selector: the range should...
2007-10-16 Chris LattnerFix location processing of @encode: the range should...
2007-10-16 Fariborz JahanianPatch to implement AST generation for objective-c's...
2007-10-15 Fariborz JahanianPatch to parse @selector expressions.
2007-10-15 Anders CarlssonAdd code generation and sema checking for __builtin_va_arg.
2007-10-14 Steve Naroff- Added Sema::AddFactoryMethodToGlobalPool and Sema...
2007-10-11 Fariborz JahanianThis patch implementa objective-c's @compatibilty-alias...
2007-10-11 Fariborz JahanianPatch to create protocol conforming class types.
2007-10-10 Steve NaroffFix a latent bug in MinimalActions (created by a recent...
2007-10-10 Steve NaroffRemove Scope argument from ObjC actions that either...
2007-10-09 Steve NaroffMake sure methods with no return type default to "id".
2007-10-09 Chris Lattnerrename some "Parse" actions to "ActOn". Move code...
2007-10-08 Steve NaroffRemove 2 protocol related actions from MinimalActions...
2007-10-07 Chris Lattnermove IdentifierTable.h from liblex to libbasic.
2007-10-05 Fariborz JahanianThis is the first patch toward supporting protocol...
2007-10-03 Steve NaroffFinish renaming ObjC declaration actions.
2007-10-02 Steve NaroffRename several ObjC action methods to use the "ActOn...
2007-10-02 Steve NaroffRemove Action::ActOnImpleIvarVsClassIvars(), it is...
2007-10-02 Fariborz JahanianThis patch introduces the ObjcCategoryImplDecl class...
2007-09-29 Fariborz JahanianRemoved use of hash table for class decls and do a...
2007-09-28 Steve NaroffYesterday I discovered that 78% of all selectors in...
2007-09-28 Fariborz JahanianPatch to warn on umimplemented methods coming from...
2007-09-27 Fariborz JahanianPatch for method implementation. It populates ObjcImple...
2007-09-27 Steve NaroffAdd SelectorInfo (similar in spirit to IdentifierInfo...
2007-09-26 Fariborz JahanianThis patch inserts ivars declared in @implementation...
2007-09-25 Fariborz JahanianThis patch introduces a new class to keep track of...
2007-09-21 Fariborz JahanianThis patch instantiates objects for forward protocols...
2007-09-18 Steve NaroffProgress on message expressions...
2007-09-18 Fariborz JahanianPatch for object creation and handling of category...
2007-09-18 Fariborz JahanianUses more description name for method implementation...
2007-09-17 Fariborz JahanianPatch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
2007-09-17 Fariborz JahanianPatch to add objective-c's @protocl type declaration.
2007-09-17 Steve NaroffFinish defining Action API for message expressions.
2007-09-17 Steve Naroff- Refactored ObjcKeywordInfo into ObjcKeywordInfo,...
2007-09-16 Steve NaroffRename statement actions (from Parse-prefix to ActOn...
2007-09-16 Steve NaroffRename expression actions (from Parse-prefix to ActOn...
2007-09-16 Hartmut KaiserUpdated VC++ build system.
2007-09-15 Steve NaroffStart converting Action methods from Parse-prefix to...
2007-09-14 Steve NaroffRename Action::ParseRecordBody() to ProcessFieldDecls...
2007-09-14 Fariborz JahanianPatch to store ivars into interface class object.
2007-09-13 Fariborz JahanianPatch for collecting ivars before running action on...
2007-09-12 Steve NaroffFix the following bug submitted by Ted Kremenek:
2007-09-11 Steve Naroff- Add an ObjcIvarDecl AST node (a subclass of FieldDecl).
2007-09-10 Fariborz JahanianEarly patch to collect objective-c methods inserts...
2007-09-06 Steve NaroffThe goal of this commit is to get just enough Sema...
2007-09-05 Steve NaroffStart implementing Actions interface for ObjC classes...
2007-08-31 Chris LattnerFix a bug/missing-feature Ted noticed: the 'unused...
2007-08-31 Chris Lattneradd actions for deleting expr/stmt nodes.
2007-08-30 Chris LattnerPass the location of the type.
2007-08-30 Chris Lattneradd an action callback for __builtin_offsetof
2007-08-22 Anders CarlssonParse @encode expressions.
2007-08-21 Anders CarlssonImplement parsing and code generation of Objective...
2007-08-03 Steve NaroffImplement __builtin_choose_expr.
2007-08-01 Steve Naroff- Finish hooking up support for __builtin_types_compati...
2007-08-01 Steve NaroffAdd AST/Sema support for __builtin_types_compatible_p...
2007-07-24 Chris Lattnerimplement ast building and trivial semantic analysis...
2007-07-22 Anders CarlssonRefactor switch analysis to make it possible to detect...
2007-07-21 Anders CarlssonImplement code generation for __func__, __FUNCTION__...
next