- 64b864e Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
- 2f491fb Added GraphTraits template specialization for Stmt* to treat ASTs like graphs. by Ted Kremenek · 17 years ago
- 1ff4115 More refactoring: decl and expr regisitration now uses CFGRecStmtDeclVisitor. by Ted Kremenek · 17 years ago
- 9fa2889 Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGRecStmtDeclVisitor. by Ted Kremenek · 17 years ago
- 4bc52ce by Steve Naroff · 17 years ago
- c03b040 by Steve Naroff · 17 years ago
- 10ca99c Remove alloca import... by Steve Naroff · 17 years ago
- c39ca26 by Steve Naroff · 17 years ago
- 5b3036e DataflowSolver now acccepts an "_Equal" template parameter that allows the user by Ted Kremenek · 17 years ago
- 05d09a2 Fixed bug where getBitRef would incorrectly grab the bit from the by Ted Kremenek · 17 years ago
- 17aac83 Changed solver to use "==" operator when comparing dataflow values by Ted Kremenek · 17 years ago
- a1d3586 Minor performance fix in transfer function logic. Previously we by Ted Kremenek · 17 years ago
- f92ba51 More refactoring and code reduction. by Ted Kremenek · 17 years ago
- 3fa5e09 Add overloaded versions of DataflowSolver::runOnBlock to simplify by Ted Kremenek · 17 years ago
- 68447a6 Added member template CFG::VisitBlockStmts to provide a succinct way by Ted Kremenek · 17 years ago
- 9439387 Additional comments and cosmetic cleanups. by Ted Kremenek · 17 years ago
- f25220e Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
- 2a20356 Moved TransferFunction object within DataflowSolver to be a instance by Ted Kremenek · 17 years ago
- 2e3e630 Modified DataFlowValues and DataflowSolver to associate dataflow value by Ted Kremenek · 17 years ago
- d1472a5 Added type "CFG::Edge" to encapsulate the notion of directed-edges by Ted Kremenek · 17 years ago
- b61a8e4 alloca.h doesn't exist on Windows. by Hartmut Kaiser · 17 years ago
- b3886be alloca.h is needed on Solaris by Gabor Greif · 17 years ago
- 8b5ab6f Uses more description name for method implementation kind argument. by Fariborz Jahanian · 17 years ago
- 457d2ea Updated VC++ project files after file rename. by Hartmut Kaiser · 17 years ago
- 4a2b0ac Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
- e6148f3 Bug fix to merging of data flow values (merge incorrectly made values by Ted Kremenek · 17 years ago
- 65a506b Add a comment and remove unused constructors. by Steve Naroff · 17 years ago
- 4472f17 Made driver flag --check-uninit-values more self-explanatory. by Ted Kremenek · 17 years ago
- 6d87ce5 Fixed a VC++ issue related to bitmasks. As it turns out the compiler fills the unused bits of the word a bitmask is stored in with '1' (or randomly, I can't tell, I've seen '1' so far only), which creates wrong results in certain cases. by Hartmut Kaiser · 17 years ago
- 63ca8ae Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
- d3f5ee4 by Steve Naroff · 17 years ago
- ca8c600 Re-added UninitializedValues.cpp to the XCode project because the file was renamed. by Ted Kremenek · 17 years ago
- a866f5d Renamed file due to mispelling. by Ted Kremenek · 17 years ago
- 0a03ce6 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
- 253118b by Steve Naroff · 17 years ago
- 3871d8e More progress on UnitializedValues checker. We now have preliminary support by Ted Kremenek · 17 years ago
- 334b30a Split tracking of unitialized values for Decls and CFGBlock-level expressions. by Ted Kremenek · 17 years ago
- 3e03975 Removed "ObserverTy" from core DataflowValues types. The observer by Ted Kremenek · 17 years ago
- 3e88d75 Removed check for NULL CFG. Bad CFGs will fire an assertion failure by Ted Kremenek · 17 years ago
- 844cb4d When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG by Ted Kremenek · 17 years ago
- 75fe3b1 Added ASTConsumer.h to XCode project. by Ted Kremenek · 17 years ago
- aa1b6d4 Fix a few 80 column violations. by Steve Naroff · 17 years ago
- 590aba8 Add const to debug hook... by Steve Naroff · 17 years ago
- 948fd37 by Steve Naroff · 17 years ago
- 284bff9 Fixed unterminated string issue. by Hartmut Kaiser · 17 years ago
- 2600217 make var in anon namespace static. Use \n instead of std::endl. by Chris Lattner · 17 years ago
- 38af701 Silenced a VC++ warning. Updated VC++ project files. by Hartmut Kaiser · 17 years ago
- b4134a8 remove some obsolete interfaces. by Chris Lattner · 17 years ago
- 129758d switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
- 12ee82e From Justin Handville: by Chris Lattner · 17 years ago
- 0bb24a0 Fix html problem, patch by Justin Handville by Chris Lattner · 17 years ago
- 1d2b461 fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
- b15b438 decl counting isn't implemented yet for objc. -stats probably crashes for it. by Chris Lattner · 17 years ago
- 03c512e Fix a GCC warning, patch by Justin Handville by Chris Lattner · 17 years ago
- 1501e12 fix warning. by Chris Lattner · 17 years ago
- f0c31dd Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
- 5cbb02f Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
- 87d58b4 Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
- f9aba31 Fixed a problem VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
- 752a005 Fixed two problems VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
- 612f174 Updated VC++ build system. Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
- 52332d0 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
- b73abd5 convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
- 1cc0171 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
- 5762937 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
- cfe0ff0 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
- e5c871a fix comment by Chris Lattner · 17 years ago
- 0acc9c9 by Steve Naroff · 17 years ago
- c2e4644 Couple of new classes for objective-c's @protocol typings. by Fariborz Jahanian · 17 years ago
- e79832f Added several files to XCode project file... by Ted Kremenek · 17 years ago
- ffeaa55 by Steve Naroff · 17 years ago
- 7f49f50 Prototype implementation of new template-based dataflow solver. by Ted Kremenek · 17 years ago
- 9bb759f by Steve Naroff · 17 years ago
- ebcc9b6 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
- 023a439 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
- dc1ad76 by Steve Naroff · 17 years ago
- 2591e1b by Steve Naroff · 17 years ago
- cb59747 by Steve Naroff · 17 years ago
- 3957dae Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
- d21bc0d by Steve Naroff · 17 years ago
- b2a7dab update to match llvm mainline api by Chris Lattner · 17 years ago
- b0e17eb adjust to a change in the LLVM APIs, this is still very hackish until by Chris Lattner · 17 years ago
- 1aef621 When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
- 409dfd1 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
- f7f1a1f by Steve Naroff · 17 years ago
- 45d8f0b Minor space tightening. by Ted Kremenek · 17 years ago
- 420d0f5 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
- cee54de Fixed recursion bug: should call Visit on child instead of VisitStmt. by Ted Kremenek · 17 years ago
- de8e2bc Fixed logic bug in recursion to visiting child statements. by Ted Kremenek · 17 years ago
- 95af50a Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project. by Ted Kremenek · 17 years ago
- 00b6327 Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code by Ted Kremenek · 17 years ago
- 8cd5aba Added extensions (subclasses) to the StmtVisitor class that by Ted Kremenek · 17 years ago
- 86f74a4 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
- 61adb66 Removed clang solution file for VC++, which didn't work properly because of hard coded paths in the llvm project files. by Hartmut Kaiser · 17 years ago
- 6a0e209 by Steve Naroff · 17 years ago
- 999c58d Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
- d11620d Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
- 7549489 by Steve Naroff · 17 years ago
- 4d627f5 Change ObjcMethodDecl class derivation. by Fariborz Jahanian · 17 years ago
- 1278929 For looking at "dead stores" in declarations, we now check to see by Ted Kremenek · 17 years ago