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 |
2007-09-19 |
Steve Naroff | Remove #include of config.h, it is no longer needed. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Steve Naroff | Remove alloca import... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Steve Naroff | Progress on message expressions... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | DataflowSolver now acccepts an "_Equal" template parame... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Fixed bug where getBitRef would incorrectly grab the... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Changed solver to use "==" operator when comparing... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Minor performance fix in transfer function logic. Previ... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | More refactoring and code reduction. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Add overloaded versions of DataflowSolver::runOnBlock... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Added member template CFG::VisitBlockStmts to provide... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Additional comments and cosmetic cleanups. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Fariborz Jahanian | Patch for object creation and handling of category... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Moved TransferFunction object within DataflowSolver... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Modified DataFlowValues and DataflowSolver to associate... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Ted Kremenek | Added type "CFG::Edge" to encapsulate the notion of... |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Hartmut Kaiser | alloca.h doesn't exist on Windows. |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Gabor Greif | alloca.h is needed on Solaris |
commit | commitdiff | tree | snapshot |
2007-09-18 |
Fariborz Jahanian | Uses more description name for method implementation... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Hartmut Kaiser | Updated VC++ project files after file rename. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Fariborz Jahanian | Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | Bug fix to merging of data flow values (merge incorrect... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Steve Naroff | Add a comment and remove unused constructors. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | Made driver flag --check-uninit-values more self-explan... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Hartmut Kaiser | Fixed a VC++ issue related to bitmasks. As it turns... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Fariborz Jahanian | Patch to add objective-c's @protocl type declaration. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Steve Naroff | Finish defining Action API for message expressions. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | Re-added UninitializedValues.cpp to the XCode project... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | Renamed file due to mispelling. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | UninitialuzedValues now only tracks BlockVarDecls;... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Steve Naroff | - Refactored ObjcKeywordInfo into ObjcKeywordInfo,... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | More progress on UnitializedValues checker. We now... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | Split tracking of unitialized values for Decls and... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | Removed "ObserverTy" from core DataflowValues types... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | Removed check for NULL CFG. Bad CFGs will fire an... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | When building CFGs we now (unconditionally) add an... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Ted Kremenek | Added ASTConsumer.h to XCode project. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Steve Naroff | Fix a few 80 column violations. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Steve Naroff | Add const to debug hook... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Steve Naroff | Add support for ObjC keyword selectors. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Hartmut Kaiser | Fixed unterminated string issue. |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Chris Lattner | make var in anon namespace static. Use \n instead... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Hartmut Kaiser | Silenced a VC++ warning. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Chris Lattner | remove some obsolete interfaces. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Chris Lattner | switch the llvm emitter to ASTConsumer interface. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Chris Lattner | From Justin Handville: |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Chris Lattner | Fix html problem, patch by Justin Handville |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Chris Lattner | fix some warnings, patch by Justin Handville |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Chris Lattner | decl counting isn't implemented yet for objc. -stats... |
commit | commitdiff | tree | snapshot |
next |