2007-10-07 |
Chris Lattner | Rename ASTStreamers.* -> ASTConsumers.* |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | simplify the interfaces to create selectors: getSelecto... |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | simplify some Selector interfaces. |
commit | commitdiff | tree | snapshot |
2007-10-07 |
Chris Lattner | move ImplementationClassInfo out of ASTContext into... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | add comments. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | switch ObjcCategoryImplDecl over to being a NamedDecl... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | introduce a new NamedDecl class, switch a couple of... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | Every decl has a SourceLocation, move the location... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Kevin | future notes & minor changes |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | simplify the interface to create ObjcClassDecl's. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | simplify the interface for creating ObjcForwardProtocolDecl |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | add a missing ; |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | stub out some printing of objc decls. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | speed up clang startup another 28% by avoiding std... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | speed up clang startup time by about 23% by avoiding... |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | fix grammaro |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | edits |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | fix accidental commit |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | edits |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | various minor edits, e.g. & -> & |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Kevin | New directory. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | add a warning. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Chris Lattner | minor edits |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Bill Wendling | Fix spacing issues. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Bill Wendling | Just say "No" to non-ASCII things. |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Bill Wendling | Remove non-ASCII ' |
commit | commitdiff | tree | snapshot |
2007-10-06 |
Kevin | 1. May fix encoding issues: server uses UTF; HTML file... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Ted Kremenek | Modifications to XCode project: |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Ted Kremenek | Removed DataflowStmtVisitor. It is no longer used... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Kevin | A message on the main page about bulding clang. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Kevin | new site -- the rest of it |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Kevin | new site |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Fariborz Jahanian | This is the first patch toward supporting protocol... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Devang Patel | Support case statement ranges. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Kevin | Per request... about to make changes to the website. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Chris Lattner | Implement DenseMapInfo for Selector, allowing use of... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Steve Naroff | Layering refinements for selectors (suggested by Chris... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Fariborz Jahanian | Patch for 1) Checking for duplicate methods decls in... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Devang Patel | switch statement code gen. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Fariborz Jahanian | this patch accomodates clattner's comments on expressio... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Fariborz Jahanian | More tab removal activity. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Chris Lattner | minor cleanups, make code more defensive, less branchy... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Chris Lattner | fix an incorrect assertion |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Fariborz Jahanian | Fixed tabs in couple of sources. |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Fariborz Jahanian | Fixed all my recent test cases to have the RUN command and |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | minor cleanup |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Chris Lattner | move DeclObjc.h down to be alphabetically organized |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Steve Naroff | Finish renaming ObjC declaration actions. |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Fariborz Jahanian | Renamed getCatLoc() to getLocation() to be consistant... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Ted Kremenek | Fixed bug where intrusive_ptr_add_ref and intrusive_ptr... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Steve Naroff | Rename several ObjC action methods to use the "ActOn... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Fariborz Jahanian | Unified SuperClass field name in an objective-c class. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Fariborz Jahanian | Unified such names as protocol references, instance... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Steve Naroff | Remove Action::ActOnImpleIvarVsClassIvars(), it is... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Steve Naroff | Rename ObjcInterfaceDecl::getIsForwardDecl() to isForwa... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Fariborz Jahanian | Previously, I warned those methods not implemented... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Steve Naroff | - Add ObjcInterfaceDecl::lookupInstanceMethod(), lookup... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Fariborz Jahanian | ObjcCategoryDecl Does not subclass from ScopedDecl... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Ted Kremenek | Moved ProgramEdge out out include/.../Analysis/PathSens... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Fariborz Jahanian | This patch introduces the ObjcCategoryImplDecl class... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Ted Kremenek | Added DenseMapInfo traits for ProgramEdges |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Steve Naroff | Use Identifier::getLength() instead of strlen() in... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Hartmut Kaiser | Added a missing #include. |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Steve Naroff | Add comment to ObjcClassDecl. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Hartmut Kaiser | Updated VC++ build system. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Steve Naroff | Add comments for ObjC Decl's. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Ted Kremenek | Migrated LiveVariables and UninitializedVariables to... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Ted Kremenek | CFG objects now internally store a (lazily created... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Steve Naroff | Move ObjC decls to DeclObjC.h, a new AST header. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Fariborz Jahanian | Moved two bitfields back to top of class ObjcMethodDecl... |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Fariborz Jahanian | Took care of clatter's suggestions, dated. |
commit | commitdiff | tree | snapshot |
2007-10-01 |
Ted Kremenek | Removed "hasImplicitControlFlow" from class CFG, and... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Fariborz Jahanian | Unused ObjcProtoMethod is removed. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Chris Lattner | Add a new getLength() method to IdentifierInfo, which... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Chris Lattner | Fix a bug I just introduced. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Chris Lattner | improve comment. |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Chris Lattner | simplify an expression |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Fariborz Jahanian | This patch fixes all issues mentioned in clattner's... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Fariborz Jahanian | Code clean up. Moved couple of static functions to... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Fariborz Jahanian | Patch to remove use of has table for protocol name... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Fariborz Jahanian | Removed use of hash table for class decls and do a... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steve Naroff | Add some comments to MultiKeywordSelector, make all... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | Added ProgramEdge.h, which defines ProgramEdge (and... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Steve Naroff | Yesterday I discovered that 78% of all selectors in... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Devang Patel | Do not codegen dummy block. |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | Fixed bug where assignments to variables wrapped in... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | Fixed UninitializedValues to properly propagate uniniti... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | DeadStores no longer reports warnings for stores to... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | Significant cleanups and bug-fixes to LiveVariables... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | Refactored ExprDeclBitVector into two classes: |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | Fixed bug where declaration initializer expressions... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | Added iterator mechanism to iterator over the decls... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Fariborz Jahanian | Patch to warn on umimplemented methods coming from... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Ted Kremenek | Fixed several bugs in the propagation of "uninitialized... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Fariborz Jahanian | Patch to use case-stmt for keywords used as selectgor... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Fariborz Jahanian | Patch for method implementation. It populates ObjcImple... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Steve Naroff | Fix bug in SelectorInfo::getName() - method buffer... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Ted Kremenek | Created new "ExprDeclBitVector" type bundle for dataflo... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Chris Lattner | Fix some use of uninit variables issues, reported by... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Steve Naroff | Add SelectorInfo (similar in spirit to IdentifierInfo... |
commit | commitdiff | tree | snapshot |
next |