]> granicus.if.org Git - clang/shortlog
clang
2007-10-09 Fariborz JahanianMinor code clean up to make it more readable.
2007-10-09 Chris LattnerUpdate DeclKind enums to reflect ObjcProtocolDecl's...
2007-10-09 Fariborz JahanianRemove addition of protocol names to declaration scopes...
2007-10-09 Chris Lattnerconvert driver over to use Token::is/isNot APIs. fwew...
2007-10-09 Chris LattnerSwitch lexer/pp over to new Token::is/isNot api
2007-10-09 Chris Lattnerswtich to Token::is/isNot
2007-10-09 Chris Lattnerswitch more code to use Token::is/isNot where possible.
2007-10-09 Chris Lattnerswitch some more of the parser over to using Token...
2007-10-09 Chris LattnerAdd two new Token helper functions, "is" and "isNot...
2007-10-09 Fariborz JahanianAdded better comment about protocol list for class...
2007-10-09 Chris Lattnerrename some "Parse" actions to "ActOn". Move code...
2007-10-09 Devang PatelUse const& for RHS.
2007-10-09 Devang PatelFix comment. Describe what it is, instead of how it...
2007-10-09 Fariborz JahanianPrevent memory leak by not creating a category object...
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.
next