]> granicus.if.org Git - clang/shortlog
clang
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.
2007-11-07 Ted KremenekImplemented serialization for ForStmt.
2007-11-07 Ted KremenekImplemented serialization of DoStmt.
2007-11-07 Ted KremenekImplemented serialization for WhileStmt.
2007-11-07 Ted KremenekImplemented serialization of IfStmt.
2007-11-07 Steve NaroffTeach ASTContext::tagTypesAreCompatible() about the...
2007-11-07 Ted KremenekImplemented serialization of SwitchStmt, CaseStmt,...
2007-11-07 Steve NaroffRewrite ObjC @try/@catch/@finally. Some minor tweaks...
2007-11-07 Fariborz JahanianAST for objective-c's @throw statement and its pretty...
2007-11-07 Devang PatelStart struct bit field laout work.
2007-11-07 Ted KremenekImplemented serialization of LabelStmts.
2007-11-07 Fariborz JahanianFixed a pretty-printer bug whereby a @try statement...
2007-11-07 Ted KremenekAdded serialization/deserialization of NullStmts.
2007-11-07 Ted KremenekAdded serialization/deserialization of DeclStmts.
2007-11-07 Ted KremenekOverhauled serialization of statements. We no longer...
2007-11-07 Ted KremenekAdded static inline method "ReadVal" to QualType for...
2007-11-07 Fariborz JahanianRewrite for properties.
2007-11-06 Ted KremenekFixed typo in the name of "ReadPreamble".
2007-11-06 Fariborz JahanianFix an inverted conditional,
2007-11-06 Ted KremenekStarted work on new serialization approach within ASTCo...
2007-11-06 Ted KremenekQualType deserialization now requires that the underlyi...
2007-11-06 Ted KremenekBug fix: inverted test condition to see if a serialized...
2007-11-06 Fariborz JahanianPatch for objc2's property ASTs, as well as pretty...
2007-11-06 Ted KremenekMisc. serialization changes to ASTContext and Decls...
2007-11-06 Ted KremenekRevampled Serialization Tester to serialize and deseria...
next