]> granicus.if.org Git - clang/history - Parse/ParseObjc.cpp
ParseCompoundStatementBody expects to only be called with { as the current
[clang] / Parse / ParseObjc.cpp
2008-02-14 Chris LattnerParseCompoundStatementBody expects to only be called...
2008-02-05 Steve NaroffAdd a FIXME to clarify previous commit/experiment.
2008-02-05 Steve NaroffFix Parser::ParseObjCTryStmt() to allow for trailing...
2008-01-30 Chris LattnerOn an unexpected @foo keyword, return failure instead...
2008-01-30 Fariborz JahanianFixed misc. issues raised by Chris L. on @synchronized...
2008-01-29 Fariborz JahanianAST for @synchronized.
2008-01-29 Fariborz JahanianBunch of type defs, etc. for @synchronized.
2008-01-25 Chris LattnerAdd support for dispatching an objc message to a variable
2008-01-25 Chris LattnerFactor a complex predicate out to a helper method.
2008-01-25 Chris Lattnersplit the second half of ParseObjCMessageExpression...
2008-01-10 Fariborz JahanianWarn (as gcc does) when @end does not close anything.
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-04 Fariborz JahanianMinor changes as suggested by Chris L.
2008-01-03 Fariborz JahanianPatch to parse/build AST ObjC2's foreach statement.
2008-01-02 Fariborz JahanianNew declarations/defs for Objc2's foreach-statement...
2008-01-02 Fariborz JahanianPrevent crash on incorrect objc messaging expression.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-27 Chris Lattner - Use Tok.isObjCAtKeyword instead of Tok.getIdentifier...
2007-12-13 Chris Lattneruse new interface.
2007-12-12 Fariborz JahanianConcatenation of objc strings.
2007-12-12 Chris Lattnermove function to a more logical location, add its gramm...
2007-12-12 Chris LattnerAdd ObjC parser support for concatenated ObjC strings...
2007-12-11 Fariborz JahanianFixed a parsing bug whereby @optional/@required keyword...
2007-12-05 Steve NaroffMake sure Parser::ParseObjCSelectorExpression() handles...
2007-11-15 Steve NaroffFinish up variadic methods/messages.
2007-11-15 Steve NaroffImplement support for variadic methods (work in progress).
2007-11-15 Chris LattnerHandle "bool" in all places that touch _Bool.
2007-11-13 Steve NaroffRewrite method definition bodies. Also renamed a method...
2007-11-12 Fariborz Jahanian'super' nailed.
2007-11-12 Steve NaroffAdd an error diagnostic to Parse::ParseObjCMessageExpre...
2007-11-11 Steve NaroffReplace 2 method definition actions (ActOnFunctionDefBo...
2007-11-11 Steve NaroffReplace 3 method definition functions (ObjcParseMethodD...
2007-11-11 Steve NaroffThis is the last 5% of the solution to teaching Sema...
2007-11-10 Fariborz Jahanianpretty priting for method definitions.
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 Jahanianpretty-print @try/@catch/@finally from AST as the valid...
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-11-01 Fariborz JahanianBunch of class declarations for objective-c's @try...
2007-10-31 Fariborz Jahanian1) More additions for objective-c's qualifier type.
2007-10-31 Steve NaroffFix two rewriter bugs:
2007-10-31 Fariborz JahanianMore infrastructure to recognize objective-c's type...
2007-10-30 Steve Naroff- Add location info to category/protocol AST's
2007-10-30 Steve NaroffRemove a couple FIXME's for rewriting ObjC interfaces...
2007-10-30 Steve NaroffMore support for rewriting ObjC intefaces. Still some...
2007-10-29 Steve NaroffRemove a bunch of TODO's that have been done for quite...
2007-10-29 Steve NaroffThis commit contains lot's of small tweaks to how we...
2007-10-26 Steve NaroffStart rewriting ObjC interfaces. As a start, we comment...
2007-10-19 Gabor Greifadd NL at end of file
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 JahanianFix problem dumping/printing method names with null...
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 Steve NaroffFix a parser bug with message expressions - need to...
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 NaroffRemove Scope argument from ObjC actions that either...
2007-10-09 Chris Lattnerswtich to Token::is/isNot
2007-10-08 Fariborz JahanianAdded a new class for Interfaces qualified by protocol...
2007-10-08 Fariborz JahanianSeveral small patches to do pretty printing for objecti...
2007-10-07 Chris Lattnersimplify the interfaces to create selectors: getSelecto...
2007-10-05 Steve NaroffLayering refinements for selectors (suggested by Chris...
2007-10-04 Fariborz Jahanianthis patch accomodates clattner's comments on expressio...
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 Fariborz JahanianThis patch introduces the ObjcCategoryImplDecl class...
2007-10-02 Steve NaroffUse Identifier::getLength() instead of strlen() in...
2007-09-29 Fariborz JahanianThis patch fixes all issues mentioned in clattner's...
2007-09-29 Fariborz JahanianRemoved use of hash table for class decls and do a...
2007-09-28 Steve NaroffAdd some comments to MultiKeywordSelector, make all...
2007-09-28 Steve NaroffYesterday I discovered that 78% of all selectors in...
2007-09-27 Fariborz JahanianPatch to use case-stmt for keywords used as selectgor...
2007-09-27 Fariborz JahanianPatch for method implementation. It populates ObjcImple...
2007-09-27 Chris LattnerFix some use of uninit variables issues, reported by...
2007-09-27 Steve NaroffAdd SelectorInfo (similar in spirit to IdentifierInfo...
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-19 Fariborz JahanianPatch to parse objective-c's @try-statement and @throw...
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-17 Steve NaroffFix a few 80 column violations.
2007-09-16 Steve NaroffFixes/tweaks that prevent "defaults-i.m" from compiling.
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.
next