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 |
2007-09-26 |
Chris Lattner | objc messages have side effects, return true from hasLo... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Ted Kremenek | Added extra guard for null Stmt* when traversing the... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Ted Kremenek | Fixed two bugs in CFG construction: |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Ted Kremenek | Removed option "-parse-ast-check" from clang driver... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Ted Kremenek | Moved "VerifyDiagnostics" variable declaration to right... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Ted Kremenek | Removed inclusion of <memory>, which is no longer neede... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Ted Kremenek | Refactored driver so that any action that is implemente... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Fariborz Jahanian | This patch inserts ivars declared in @implementation... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Fariborz Jahanian | Removed a few TODOs on things which are done. |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Chris Lattner | Handle (int)1.0e40 as an i-c-e. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Hartmut Kaiser | Updated VC++ build system. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Updated XCode project to reflect that DataflowValues... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Moved "DataflowSolver.h" to the "include/" subtree... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Fariborz Jahanian | Patch to make ObjcImplementationDecl derived from TypeD... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Fixed broken English in comment. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Fariborz Jahanian | This patch introduces a new class to keep track of... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Added "CheckASTConsumer", a function that generalizes |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Changed command line options "-check-dead-stores" and |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Comment formatting changes. No real content changes. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Minor comment changes. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Removed "EverKilled" class in DeadStores checker; it... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Further refactored DataflowSolver. Now most code for... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Added extra "constness" to parameter. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Chris Lattner | use the right rounding mode. |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Ted Kremenek | Added PersistentMap, an ADT that implements a map data... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Ted Kremenek | Added smart pointer class "IntrusiveSPtr" that handles... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Chris Lattner | If we see an invalid #ifdef directive, enter a conditi... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Chris Lattner | Fix for 64-bit systems. |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Hartmut Kaiser | Fixed VC++ bitfield to unsigned/signed sign propagation... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | Use the APFloat routines to evaluate FP immediates as |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | add comments. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | further apfloat'ize the front-end, allowing codegen... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | work around bugs and missing features in apfloat. |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Chris Lattner | Use APFloat for the representation of FP immediates... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Fariborz Jahanian | This patch adds to new things to clang: |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Chris Lattner | Make case sorting deterministic by not depending on... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Fariborz Jahanian | This patch instantiates objects for forward protocols... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Hartmut Kaiser | Updated VC++ project files |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Ted Kremenek | Updated XCode project with locations of "Analysis"... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Ted Kremenek | Updated header file inlcude to new location of |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Ted Kremenek | Renamed "include/clang/Analysis/CFGVisitors" "<snip... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Ted Kremenek | Moved include/clang/Analysis/*Visitor.h to include... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Fariborz Jahanian | Handle forward declaration of classes and prevent re... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Fariborz Jahanian | Match to do some semantic analysis on objective-c class... |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Hartmut Kaiser | Updated VC++ project files. |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Ted Kremenek | Added support to clang driver to view ASTs using GraphV... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Ted Kremenek | Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Fariborz Jahanian | Patch to parse objective-c's @try-statement and @throw... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Ted Kremenek | Added GraphTraits template specialization for Stmt... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Ted Kremenek | More refactoring: decl and expr regisitration now uses... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Ted Kremenek | Added two new visitors that extend CFGStmtVisitor:... |
commit | commitdiff | tree | snapshot |
2007-09-19 |
Steve Naroff | Remove SelectorTable/SelectorInfo, simply store all... |
commit | commitdiff | tree | snapshot |
next |