]> granicus.if.org Git - clang/shortlog
clang
2007-11-13 Fariborz JahanianPopulate metadata with adrress of method code.
2007-11-13 Chris LattnerParse "sizeof(arr)[0]" as a sizeof of an expr if arr
2007-11-13 Fariborz JahanianRewrite of method definitions in categories.
2007-11-13 Fariborz JahanianOrder of methods are OK and generated .c file can be...
2007-11-13 Ted KremenekUpdated test case to flag about comparisons against...
2007-11-13 Ted KremenekModified -Wfloat-equal logic to suppress warnings where...
2007-11-13 Fariborz JahanianFirst patch in rewrie of method definitions. This is...
2007-11-13 Ted KremenekUpdated diagnostic for -Wfloat-equal to underline the...
2007-11-13 Ted KremenekAdded -Wfloat-equal option to the driver. This makes...
2007-11-13 Chris LattnerClean up types, removing some casts. Patch contributed by
2007-11-13 Chris Lattnerimprove handling of address of global when checking for
2007-11-13 Steve NaroffTeach Sema::CheckCompareOperands() about "void *" ...
2007-11-13 Steve NaroffTune the lookup logic in Sema::ActOnInstanceMessage...
2007-11-13 Steve NaroffMinor indenting changes and removed a level of casting...
2007-11-13 Fariborz JahanianPatch to set context (interface, category, etc.) in...
2007-11-13 Steve NaroffFix Sema::CheckAssignmentConstraints() to operate on...
2007-11-13 Ted KremenekRenamed all serialization "Materialize" methods to...
2007-11-13 Ted KremenekRestructured serialization code for decls to make it...
2007-11-12 Fariborz JahanianPatch to do statically typed ivar references.
2007-11-12 Steve NaroffAdd category method definitions incrementally, removing...
2007-11-12 Fariborz JahanianMinor twik for when there is no super class and 'super...
2007-11-12 Fariborz Jahanian'super' nailed.
2007-11-12 Steve NaroffFix regression to Sema::ObjcActOnStartOfMethodDef(...
2007-11-12 Steve NaroffAdd an error diagnostic to Parse::ParseObjCMessageExpre...
2007-11-12 Ted KremenekIn Stmt serialization, renamed directEmit to EmitImpl and
2007-11-12 Steve NaroffNow that we can refer to instance variables, make sure...
2007-11-12 Steve NaroffImplement instance variable references.
2007-11-12 Steve Naroff- Minor cleanup to yesterday's changes to Sema::ObjcAct...
2007-11-12 Steve NaroffForgot this file from my last commit...
2007-11-12 Steve NaroffRemove Action::ObjcActOnMethodDefinition(). Rationale:
2007-11-12 Steve NaroffMake sure @property is allowed within a category.
2007-11-12 Steve NaroffRemove Sema::ObjcBuildMethodParameter().
2007-11-11 Steve NaroffReplace 2 method definition actions (ActOnFunctionDefBo...
2007-11-11 Steve NaroffReplace 3 method definition functions (ObjcParseMethodD...
2007-11-11 Steve NaroffTweak Sema::ActOnInstanceMessage() to treat the built...
2007-11-11 Steve NaroffThis is the last 5% of the solution to teaching Sema...
2007-11-11 Steve NaroffMake sure Sema::CheckIncrementDecrementOperand() remove...
2007-11-11 Steve NaroffTeach Sema::ActOnInstanceMessage() about private method...
2007-11-10 Fariborz JahanianFixed a bug which exposed the internally built type...
2007-11-10 Fariborz Jahanianpretty priting for method definitions.
2007-11-10 Steve NaroffFix a basic bug (having to do with typedefs) in Sema...
2007-11-10 Steve NaroffSince we are all working on Leopard, change the built...
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-10 Ted KremenekChanged the serialization of IdentifierTable to only...
2007-11-10 Ted KremenekModifed the test serialization driver to...
2007-11-09 Chris Lattnerrename getInstantiationLoc to match the scheme of isPhy...
2007-11-09 Chris Lattnerchange source location to have two bits for macros...
2007-11-09 Fariborz JahanianSome code clean up in the form of name changes for...
2007-11-09 Hartmut KaiserUpdated VC++ build system
2007-11-09 Fariborz JahanianAdded class context to method declarations. Provide...
2007-11-09 Fariborz JahanianInsert invisble arguments to method definition header.
2007-11-09 Steve NaroffRewrite global variable initializers.
2007-11-09 Steve NaroffRecognize ObjCStringLiteral as a constant expression.
2007-11-09 Steve Naroff- add typedef guards.
2007-11-09 Ted KremenekChanged method call to reflect updated serialization...
2007-11-08 Fariborz JahanianFirst patch toward rewriting of method definitions...
2007-11-08 Chris Lattnerremove some temporary code.
2007-11-08 Chris Lattneradd a getAtOffset() member to simplify some code.
2007-11-08 Ted KremenekRewrote serialization of IdentifierInfo and IdentifierT...
2007-11-08 Chris Lattneradd a fixme.
2007-11-08 Chris Lattnersignificantly simplify the implementation of RewriteRop...
2007-11-08 Fariborz JahanianRefactored parsing of main function body for reuse...
2007-11-08 Chris Lattnerimprove MakeRopeString to avoid doing a malloc for...
2007-11-08 Chris LattnerSimplify interface to MakeRopeString.
2007-11-08 Chris LattnerFix backwards assert.
2007-11-08 Ted KremenekImplemented serialization of AddrLabelExpr.
2007-11-08 Steve NaroffRewrite RewriteObjCStringLiteral(). This version is...
2007-11-08 Chris LattnerAdd a new RewriteRope data structure which is a smarter...
2007-11-08 Chris Lattnerabstract out buffer type a bit better
2007-11-08 Chris Lattneruse insert instead of replacing 0 bytes with text :)
2007-11-08 Chris Lattnerminor cleanups
2007-11-08 Chris Lattneruse std::copy instead of memcpy for abstraction.
2007-11-08 Chris LattnerFix a rewriter bug that fariborz hit, when an @interfac...
2007-11-08 Ted KremenekRevised serialization of CaseStmt to emit all of the...
2007-11-08 Ted KremenekImplemented serialization of CompoundAssignOperator.
2007-11-08 Devang PatelAdd assert for the case that is not handled.
2007-11-08 Ted KremenekImplemented serialization of UnaryOperator.
2007-11-08 Devang PatelKeep track of beginning offset for the bit field that...
2007-11-07 Ted KremenekImplemented serialization of CallExpr.
2007-11-07 Ted KremenekImplemented serialization of ArraySubscriptExpr.
2007-11-07 Ted KremenekImplemented serialization of CastExpr.
2007-11-07 Ted KremenekImplemented serialization of ImplicitCastExpr.
2007-11-07 Ted KremenekModified serialization of BinaryOperator and CaseStmt...
2007-11-07 Devang PatelStay within 80 columns.
2007-11-07 Hartmut KaiserUpdated VC++ build system
2007-11-07 Ted KremenekImplemented serialization of StringLiteral.
2007-11-07 Ted KremenekImplemented serialization of ImaginaryLiteral.
2007-11-07 Ted KremenekImplemented serialization of FloatingLiteral.
2007-11-07 Steve NaroffFinishing touches on code generation for @try and friends.
2007-11-07 Fariborz JahanianEmit objective-c's meta-data at the end of rewriting...
2007-11-07 Steve NaroffRemove old asserts from ASTContext::isObjcIdType()...
2007-11-07 Fariborz JahanianFixed an array overflow bug.
2007-11-07 Fariborz JahanianFixed typo.
2007-11-07 Ted KremenekImplemented serialization of CharacterLiteral.
2007-11-07 Ted KremenekImplemented serialiation of PreDefinedExpr.
2007-11-07 Ted KremenekImplemented serialization of ContinueStmt.
2007-11-07 Ted KremenekImplemented serialization of IndirectGotoStmt.
2007-11-07 Steve NaroffImplement rewrite for @throw.
2007-11-07 Ted KremenekImplemented serialization of GotoStmt.
next