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 |
2007-09-16 |
Chris Lattner | Fix a GCC warning, patch by Justin Handville |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Chris Lattner | fix warning. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Steve Naroff | Fixes/tweaks that prevent "defaults-i.m" from compiling. |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Steve Naroff | Rename statement actions (from Parse-prefix to ActOn... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Steve Naroff | Rename expression actions (from Parse-prefix to ActOn... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Hartmut Kaiser | Fixed a problem VC++ revealed in release mode. Please... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Hartmut Kaiser | Fixed two problems VC++ revealed in release mode. Pleas... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Hartmut Kaiser | Updated VC++ build system. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | switch the various CFG-based stuff over to using ASTCon... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | convert ast printer and dumper ocver to ASTConsumer... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | add a new ASTConsumer consumer to simplify stuff in... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | Initial checkin of rewriter interface. It is just... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | pretty print some nodes more nicely. |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Chris Lattner | fix comment |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Steve Naroff | Start converting Action methods from Parse-prefix to... |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Fariborz Jahanian | Couple of new classes for objective-c's @protocol typings. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Ted Kremenek | Added several files to XCode project file... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Steve Naroff | Rename Action::ParseRecordBody() to ProcessFieldDecls... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Ted Kremenek | Prototype implementation of new template-based dataflow... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Steve Naroff | Several improvement to Sema::ParseRecordBody()... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Fariborz Jahanian | Patch to store ivars into interface class object. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Fariborz Jahanian | Semantic analysis for objective-c ivars. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Steve Naroff | Now that the dust has settled on the Decl refactoring... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Steve Naroff | Move Decl::NextDeclarator (w/ setters/getters) down... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Steve Naroff | Phase 2 of making the Decl class more lightweight... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Fariborz Jahanian | Patch for collecting ivars before running action on... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Steve Naroff | Add "ScopedDecl" AST, used by ValueDecl and TypeDecl. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | update to match llvm mainline api |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | adjust to a change in the LLVM APIs, this is still... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | When dumping out errors about unsupported stuff, emit... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Lattner | make the sourcemgr available through ASTContext. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Steve Naroff | Add ASTContext::StringMap<char> to unique selector... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Minor space tightening. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Steve Naroff | Remove a FIXME. Replace a couple asserts with an approp... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Fixed recursion bug: should call Visit on child instead... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Fixed logic bug in recursion to visiting child statements. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Added files CFGStmtVisitor and DataflowStmtVisitor... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Migrated LiveVariables to use the new DataflowStmtVisit... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Ted Kremenek | Added extensions (subclasses) to the StmtVisitor class... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Fariborz Jahanian | Patch for building method declaration nodes. Also fixed... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Hartmut Kaiser | Removed clang solution file for VC++, which didn't... |
commit | commitdiff | tree | snapshot |
next |