]> granicus.if.org Git - clang/shortlog
clang
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...
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...
next