]> granicus.if.org Git - clang/shortlog
clang
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...
2007-11-06 Steve NaroffFix a "basic" bug that resulted in a bogus SourceLocation.
2007-11-06 Chris Lattnerimprove decl merging logic to be more correct with
2007-11-06 Chris LattnerAdd better validation for array types when merging...
2007-11-05 Ted KremenekAdded registration to deserialization engine of Identif...
2007-11-05 Ted KremenekImplemented serialization of TypedefDecls.
2007-11-05 Ted KremenekIn driver code implemented serialization of ASTContext...
2007-11-05 Ted KremenekAdded skeleton for dispatch of Decl serialization.
2007-11-05 Ted KremenekFor serialization of ASTContext, added special-casing...
2007-11-05 Fariborz JahanianMisc. fixes. 1) Resurrect meta-data generation turned...
2007-11-05 Ted KremenekMade methods "Emit" and "Materialize" in ASTContext...
2007-11-05 Ted KremenekAdded TypeSerialization.cpp and DeclSerialization.cpp...
2007-11-05 Steve NaroffSema::ActOnClassMessage()...if a class method isn't...
2007-11-05 Steve NaroffDeclare objc_selector outside the prototype for objc_ms...
2007-11-05 Steve NaroffRewrite @selector(sel).
2007-11-05 Steve Naroff- change the synthesized typedef (for classes) to be...
2007-11-05 Steve NaroffRemove HandleObjcMetaDataEmission(), I inadvertantly...
2007-11-04 Steve NaroffTwo additions...
2007-11-03 Steve NaroffAdd a method prototype slot/getter to the ObjCMessageEx...
2007-11-03 Steve NaroffImplement rewrite rules for ObjC string constants.
2007-11-03 Chris LattnerFix ownership model of ParseAST to allow the dtor of
2007-11-03 Fariborz JahanianProvide both const and non-const accessor methods for...
2007-11-03 Fariborz JahanianProvide const and none-const version of methods accessi...
2007-11-02 Fariborz Jahanianpretty-print @try/@catch/@finally from AST as the valid...
next