]> granicus.if.org Git - clang/shortlog
clang
2007-11-16 Chris LattnerTighten up address-of checking, implementing test/Sema...
2007-11-15 Chris LattnerFix transient failure on Lex/c90.c due to an uninit...
2007-11-15 Chris Lattneradd header file I forgot to check in
2007-11-15 Chris Lattnerfix a bug Steve noticed, where a #import of the main...
2007-11-15 Ted KremenekAdded hack when serializing DeclRefExprs. This should...
2007-11-15 Ted KremenekStarted separate section for method definitions for...
2007-11-15 Steve NaroffNo need to forward declare definition of objc_super...
2007-11-15 Steve NaroffFinish up variadic methods/messages.
2007-11-15 Steve NaroffImplement support for variadic methods (work in progress).
2007-11-15 Steve NaroffExtend RewriteTest::RewriteObjCIvarRefExpr() to cope...
2007-11-15 Steve NaroffTweak funky cast to accommodate messaging 'super'....
2007-11-15 Steve NaroffRewrite for messaging 'super'.
2007-11-15 Nate BegemanBreak out bool/true/false support into a LangOption
2007-11-15 Nate BegemanImplement codegen of CXX Bool
2007-11-15 Chris LattnerHandle "bool" in all places that touch _Bool.
2007-11-15 Steve Naroff- Implement ivar rewrite (patch by Fariborz).
2007-11-15 Steve NaroffRefinement to previous commit. Always cast the first...
2007-11-14 Steve NaroffCast implicit "self" argument to "id". This removes...
2007-11-14 Ted KremenekFixed bug in serialization of EnumConstantDecl where...
2007-11-14 Ted KremenekFixed bug when serializing QualTypes where we were...
2007-11-14 Steve NaroffAlways generate a typedef for @class. The typedef remov...
2007-11-14 Chris LattnerFix a rewriter bug that steve noticed. Don't skip...
2007-11-14 Ted KremenekAdded QualType::ReadBackpatch to allow QualType initial...
2007-11-14 Fariborz JahanianPatch to comment out use of protocol qualifiers when...
2007-11-14 Ted KremenekImplemented serialization of InitListExpr.
2007-11-14 Ted KremenekImplemented serialization of CompoundLiteralExpr.
2007-11-14 Ted KremenekAdded serialization of Union decls.
2007-11-14 Ted KremenekRemoved assertion inserted only for temporary debugging.
2007-11-14 Ted KremenekAdded missing break statement.
2007-11-14 Steve NaroffFairly major surgery to RewriteTest::SynthesizeObjcInte...
2007-11-14 Ted KremenekImplemented serialization of EnumDecl and EnumConstantDecl.
2007-11-14 Ted KremenekImplemented serialization of FieldDecls.
2007-11-14 Ted KremenekSourceManager, IdentifierTable, Selectors are now seria...
2007-11-14 Fariborz JahanianRemoved unused variabel.
2007-11-14 Chris LattnerFix a bug handling hex floats in c90 mode, pointed...
2007-11-14 Steve NaroffFix yesterday's regression with rewriting @optional...
2007-11-14 Steve NaroffRewrite methods that span multiple lines.
2007-11-14 Steve NaroffAllow properties within a protocol. The case below...
2007-11-14 Ted KremenekImplemented serialization of RecordDecls. Changed seria...
2007-11-14 Chris Lattnerimplement test/Sema/typedef-prototype.c, allowing code
2007-11-14 Steve NaroffComment out recent regression r44096.
2007-11-14 Fariborz JahanianRewrite @optional/@required directives used inside...
2007-11-14 Fariborz JahanianRewrite of forward protocol declaration.
2007-11-14 Ted KremenekImplemented serialization of FunctionTypeNoProto.
2007-11-14 Ted KremenekImplemented serialization of VariableArrayTypes.
2007-11-14 Ted KremenekImplemented serialization of TypedefType.
2007-11-14 Ted KremenekImplemented serialization of ConstantArrayType.
2007-11-14 Ted KremenekImplemented serialization of TagTypes.
2007-11-14 Ted KremenekModified ASTContext::getTagDeclType() to accept a NULL...
2007-11-13 Steve NaroffFix regression with ObjC method definitions and -ast...
2007-11-13 Fariborz JahanianType encoding for structs.
2007-11-13 Steve NaroffRewrite method definition bodies. Also renamed a method...
2007-11-13 Ted KremenekRemoved line with typo (declared friendship with ASTCon...
2007-11-13 Ted KremenekAdded pretty-printing of statements during serialization.
2007-11-13 Ted KremenekImplemented serialization of AsmStmt (or rather what...
2007-11-13 Ted KremenekFixed bug in FunctionDecl serialization where we crashe...
2007-11-13 Ted KremenekImplemented serialization for SizeOfAlignOfTypeExpr.
2007-11-13 Ted KremenekImplemented serialization for MemberExpr.
2007-11-13 Nate BegemanGive AST-walk passes a way to access DeclSpec attribute...
2007-11-13 Fariborz JahanianFixed a rewrite of metadata bug when category implement...
2007-11-13 Ted KremenekRewrote type serialization to used the same methodology...
2007-11-13 Nate BegemanRename Sema method to follow class naming convention
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...
next