]> granicus.if.org Git - clang/shortlog
clang
2007-10-08 Steve NaroffRemove 2 protocol related actions from MinimalActions...
2007-10-08 Fariborz JahanianAdded a new class for Interfaces qualified by protocol...
2007-10-08 Steve NaroffRemoved unused instance variable from FieldDecl.
2007-10-08 Chris LattnerRename FileVariable -> FileVar for consistency with...
2007-10-08 Chris Lattneradd a comment.
2007-10-08 Chris LattnerMove identifierTable.h to the right folder.
2007-10-08 Steve NaroffConvert Selector Maps/Sets to use stronger typing ...
2007-10-08 Devang PatelCode gen case statement ranges.
2007-10-08 Fariborz JahanianSeveral small patches to do pretty printing for objecti...
2007-10-08 Fariborz JahanianRemoved unnecessary base class from some of objective...
2007-10-08 Fariborz JahanianReturn NULL on invalid protocol.
2007-10-07 Chris Lattnerremove unneeded #include
2007-10-07 Chris Lattnermove IdentifierTable.h from liblex to libbasic.
2007-10-07 Chris Lattnerimplement the Token class in the Lexer.cpp file instead...
2007-10-07 Chris Lattnerimprove layering:
2007-10-07 Chris Lattnerchange calls to getMacroInfo into hasMacroDefinition...
2007-10-07 Chris Lattneradd a hasMacroDefinition() method to IdentifierInfo...
2007-10-07 Chris Lattnerupdate comment.
2007-10-07 Chris LattnerRemove the PPID bitfield from IdentifierInfo, shrinking...
2007-10-07 Chris LattnerFirst step to fixing a long lived layering violation...
2007-10-07 Chris LattnerThe identifier shouldn't be added to the scope, the...
2007-10-07 Chris Lattnerclassof isn't right. This is causing assertion failure...
2007-10-07 Chris LattnerShrink the builtinID down by 3 bits, allowing all the...
2007-10-07 Chris LattnerRename ASTStreamers.* -> ASTConsumers.*
2007-10-07 Chris Lattnersimplify the interfaces to create selectors: getSelecto...
2007-10-07 Chris Lattnersimplify some Selector interfaces.
2007-10-07 Chris Lattnermove ImplementationClassInfo out of ASTContext into...
2007-10-06 Chris Lattneradd comments.
2007-10-06 Chris Lattnerswitch ObjcCategoryImplDecl over to being a NamedDecl...
2007-10-06 Chris Lattnerintroduce a new NamedDecl class, switch a couple of...
2007-10-06 Chris LattnerEvery decl has a SourceLocation, move the location...
2007-10-06 Kevinfuture notes & minor changes
2007-10-06 Chris Lattnersimplify the interface to create ObjcClassDecl's.
2007-10-06 Chris Lattnersimplify the interface for creating ObjcForwardProtocolDecl
2007-10-06 Chris Lattneradd a missing ;
2007-10-06 Chris Lattnerstub out some printing of objc decls.
2007-10-06 Chris Lattnerspeed up clang startup another 28% by avoiding std...
2007-10-06 Chris Lattnerspeed up clang startup time by about 23% by avoiding...
2007-10-06 Chris Lattnerfix grammaro
2007-10-06 Chris Lattneredits
2007-10-06 Chris Lattnerfix accidental commit
2007-10-06 Chris Lattneredits
2007-10-06 Chris Lattnervarious minor edits, e.g. & -> &
2007-10-06 KevinNew directory.
2007-10-06 Chris Lattneradd a warning.
2007-10-06 Chris Lattnerminor edits
2007-10-06 Bill WendlingFix spacing issues.
2007-10-06 Bill WendlingJust say "No" to non-ASCII things.
2007-10-06 Bill WendlingRemove non-ASCII '
2007-10-06 Kevin1. May fix encoding issues: server uses UTF; HTML file...
2007-10-05 Ted KremenekModifications to XCode project:
2007-10-05 Ted KremenekRemoved DataflowStmtVisitor. It is no longer used...
2007-10-05 KevinA message on the main page about bulding clang.
2007-10-05 Kevinnew site -- the rest of it
2007-10-05 Kevinnew site
2007-10-05 Fariborz JahanianThis is the first patch toward supporting protocol...
2007-10-05 Devang PatelSupport case statement ranges.
2007-10-05 KevinPer request... about to make changes to the website.
2007-10-05 Chris LattnerImplement DenseMapInfo for Selector, allowing use of...
2007-10-05 Steve NaroffLayering refinements for selectors (suggested by Chris...
2007-10-05 Fariborz JahanianPatch for 1) Checking for duplicate methods decls in...
2007-10-04 Devang Patelswitch statement code gen.
2007-10-04 Fariborz Jahanianthis patch accomodates clattner's comments on expressio...
2007-10-04 Fariborz JahanianMore tab removal activity.
2007-10-04 Chris Lattnerminor cleanups, make code more defensive, less branchy...
2007-10-04 Chris Lattnerfix an incorrect assertion
2007-10-04 Fariborz JahanianFixed tabs in couple of sources.
2007-10-04 Fariborz JahanianFixed all my recent test cases to have the RUN command and
2007-10-03 Chris Lattnerminor cleanup
2007-10-03 Chris Lattnermove DeclObjc.h down to be alphabetically organized
2007-10-03 Steve NaroffFinish renaming ObjC declaration actions.
2007-10-03 Fariborz JahanianRenamed getCatLoc() to getLocation() to be consistant...
2007-10-03 Ted KremenekFixed bug where intrusive_ptr_add_ref and intrusive_ptr...
2007-10-02 Steve NaroffRename several ObjC action methods to use the "ActOn...
2007-10-02 Fariborz JahanianUnified SuperClass field name in an objective-c class.
2007-10-02 Fariborz JahanianUnified such names as protocol references, instance...
2007-10-02 Steve NaroffRemove Action::ActOnImpleIvarVsClassIvars(), it is...
2007-10-02 Steve NaroffRename ObjcInterfaceDecl::getIsForwardDecl() to isForwa...
2007-10-02 Fariborz JahanianPreviously, I warned those methods not implemented...
2007-10-02 Steve Naroff- Add ObjcInterfaceDecl::lookupInstanceMethod(), lookup...
2007-10-02 Fariborz JahanianObjcCategoryDecl Does not subclass from ScopedDecl...
2007-10-02 Ted KremenekMoved ProgramEdge out out include/.../Analysis/PathSens...
2007-10-02 Fariborz JahanianThis patch introduces the ObjcCategoryImplDecl class...
2007-10-02 Ted KremenekAdded DenseMapInfo traits for ProgramEdges
2007-10-02 Steve NaroffUse Identifier::getLength() instead of strlen() in...
2007-10-02 Hartmut KaiserAdded a missing #include.
2007-10-02 Steve NaroffAdd comment to ObjcClassDecl.
2007-10-01 Hartmut KaiserUpdated VC++ build system.
2007-10-01 Steve NaroffAdd comments for ObjC Decl's.
2007-10-01 Ted KremenekMigrated LiveVariables and UninitializedVariables to...
2007-10-01 Ted KremenekCFG objects now internally store a (lazily created...
2007-10-01 Steve NaroffMove ObjC decls to DeclObjC.h, a new AST header.
2007-10-01 Fariborz JahanianMoved two bitfields back to top of class ObjcMethodDecl...
2007-10-01 Fariborz JahanianTook care of clatter's suggestions, dated.
2007-10-01 Ted KremenekRemoved "hasImplicitControlFlow" from class CFG, and...
2007-09-30 Fariborz JahanianUnused ObjcProtoMethod is removed.
2007-09-30 Chris LattnerAdd a new getLength() method to IdentifierInfo, which...
2007-09-30 Chris LattnerFix a bug I just introduced.
2007-09-30 Chris Lattnerimprove comment.
2007-09-30 Chris Lattnersimplify an expression
next