]> granicus.if.org Git - clang/shortlog
clang
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
2007-09-29 Fariborz JahanianThis patch fixes all issues mentioned in clattner's...
2007-09-29 Fariborz JahanianCode clean up. Moved couple of static functions to...
2007-09-29 Fariborz JahanianPatch to remove use of has table for protocol name...
2007-09-29 Fariborz JahanianRemoved use of hash table for class decls and do a...
2007-09-28 Steve NaroffAdd some comments to MultiKeywordSelector, make all...
2007-09-28 Ted KremenekAdded ProgramEdge.h, which defines ProgramEdge (and...
2007-09-28 Steve NaroffYesterday I discovered that 78% of all selectors in...
2007-09-28 Devang PatelDo not codegen dummy block.
2007-09-28 Ted KremenekFixed bug where assignments to variables wrapped in...
2007-09-28 Ted KremenekFixed UninitializedValues to properly propagate uniniti...
2007-09-28 Ted KremenekDeadStores no longer reports warnings for stores to...
2007-09-28 Ted KremenekSignificant cleanups and bug-fixes to LiveVariables...
2007-09-28 Ted KremenekRefactored ExprDeclBitVector into two classes:
2007-09-28 Ted KremenekFixed bug where declaration initializer expressions...
2007-09-28 Ted KremenekAdded iterator mechanism to iterator over the decls...
2007-09-28 Fariborz JahanianPatch to warn on umimplemented methods coming from...
2007-09-28 Ted KremenekFixed several bugs in the propagation of "uninitialized...
2007-09-27 Fariborz JahanianPatch to use case-stmt for keywords used as selectgor...
2007-09-27 Fariborz JahanianPatch for method implementation. It populates ObjcImple...
2007-09-27 Steve NaroffFix bug in SelectorInfo::getName() - method buffer...
2007-09-27 Ted KremenekCreated new "ExprDeclBitVector" type bundle for dataflo...
2007-09-27 Chris LattnerFix some use of uninit variables issues, reported by...
2007-09-27 Steve NaroffAdd SelectorInfo (similar in spirit to IdentifierInfo...
2007-09-26 Chris Lattnerobjc messages have side effects, return true from hasLo...
2007-09-26 Ted KremenekAdded extra guard for null Stmt* when traversing the...
2007-09-26 Ted KremenekFixed two bugs in CFG construction:
2007-09-26 Ted KremenekRemoved option "-parse-ast-check" from clang driver...
2007-09-26 Ted KremenekMoved "VerifyDiagnostics" variable declaration to right...
2007-09-26 Ted KremenekRemoved inclusion of <memory>, which is no longer neede...
2007-09-26 Ted KremenekRefactored driver so that any action that is implemente...
2007-09-26 Fariborz JahanianThis patch inserts ivars declared in @implementation...
2007-09-26 Fariborz JahanianRemoved a few TODOs on things which are done.
2007-09-26 Chris LattnerHandle (int)1.0e40 as an i-c-e.
2007-09-25 Hartmut KaiserUpdated VC++ build system.
2007-09-25 Ted KremenekUpdated XCode project to reflect that DataflowValues...
2007-09-25 Ted KremenekMoved "DataflowSolver.h" to the "include/" subtree...
2007-09-25 Fariborz JahanianPatch to make ObjcImplementationDecl derived from TypeD...
2007-09-25 Ted KremenekFixed broken English in comment.
2007-09-25 Fariborz JahanianThis patch introduces a new class to keep track of...
next