- dce7bd6 From Justin Handville: by Chris Lattner · 17 years ago
- 8438624 Fix html problem, patch by Justin Handville by Chris Lattner · 17 years ago
- b1776cb fix some warnings, patch by Justin Handville by Chris Lattner · 17 years ago
- 7341c33 decl counting isn't implemented yet for objc. -stats probably crashes for it. by Chris Lattner · 17 years ago
- 9e6622d Fix a GCC warning, patch by Justin Handville by Chris Lattner · 17 years ago
- f874c13 fix warning. by Chris Lattner · 17 years ago
- 8c9f13e Fixes/tweaks that prevent "defaults-i.m" from compiling. by Steve Naroff · 17 years ago
- 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
- f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
- 6bfce24 Fixed a problem VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
- bd250b4 Fixed two problems VC++ revealed in release mode. Please verify. by Hartmut Kaiser · 17 years ago
- 1ff4f0c Updated VC++ build system. Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
- c0508f9 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
- 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
- 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
- 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
- 8bdcc47 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
- 30df93b fix comment by Chris Lattner · 17 years ago
- 08d92e4 by Steve Naroff · 17 years ago
- e107647 Couple of new classes for objective-c's @protocol typings. by Fariborz Jahanian · 17 years ago
- a1dff2e Added several files to XCode project file... by Ted Kremenek · 17 years ago
- f13271f by Steve Naroff · 17 years ago
- 13ed7fe Prototype implementation of new template-based dataflow solver. by Ted Kremenek · 17 years ago
- 7421664 by Steve Naroff · 17 years ago
- b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
- e267ab6 Semantic analysis for objective-c ivars. by Fariborz Jahanian · 17 years ago
- f38661e by Steve Naroff · 17 years ago
- 9474504 by Steve Naroff · 17 years ago
- 8e74c93 by Steve Naroff · 17 years ago
- 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
- c752d04 by Steve Naroff · 17 years ago
- ca2617c update to match llvm mainline api by Chris Lattner · 17 years ago
- 191396c adjust to a change in the LLVM APIs, this is still very hackish until by Chris Lattner · 17 years ago
- 419ea7e When dumping out errors about unsupported stuff, emit loc info. by Chris Lattner · 17 years ago
- b800dc2 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
- a9aa5e6 by Steve Naroff · 17 years ago
- 97487a0 Minor space tightening. by Ted Kremenek · 17 years ago
- 410e3e2 Remove a FIXME. Replace a couple asserts with an appropriate error by Steve Naroff · 17 years ago
- 37f9701 Fixed recursion bug: should call Visit on child instead of VisitStmt. by Ted Kremenek · 17 years ago
- 85d28b4 Fixed logic bug in recursion to visiting child statements. by Ted Kremenek · 17 years ago
- 8b2d2fd Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project. by Ted Kremenek · 17 years ago
- f175805 Migrated LiveVariables to use the new DataflowStmtVisitor interface. The code by Ted Kremenek · 17 years ago
- 73c80c2 Added extensions (subclasses) to the StmtVisitor class that by Ted Kremenek · 17 years ago
- e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 17 years ago
- 3494725 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
- bb20469 by Steve Naroff · 17 years ago
- 155383b Added static method "CFG::hasImplicitControlFlow". by Ted Kremenek · 17 years ago
- f50ec10 Fixed bug where ternary expressions and GCC-style conditional expressions by Ted Kremenek · 17 years ago
- 4473921 by Steve Naroff · 17 years ago
- 8a4010d Change ObjcMethodDecl class derivation. by Fariborz Jahanian · 17 years ago
- ce1cab9 For looking at "dead stores" in declarations, we now check to see by Ted Kremenek · 17 years ago
- a596533 Fixed potential NULL dereference when iterating over a chain of Decls. by Ted Kremenek · 17 years ago
- 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
- 01c2c6e Fixed isFunctionPointerType to correctly handle typedefs. by Ted Kremenek · 17 years ago
- 08d5139 by Steve Naroff · 17 years ago
- 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
- e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
- c0576ca Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
- eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
- 498b0d1 Added "isFunctionPointerType()" so that we can readily see if a DeclRefExpr by Ted Kremenek · 17 years ago
- b00c95e Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and by Ted Kremenek · 17 years ago
- 4d33275 Don't rely on ADL to find this member, patch by Justin Handville by Chris Lattner · 17 years ago
- 567a7e6 -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
- 74bf2c9 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
- 124dd7b Fixed compilation on Windows. by Hartmut Kaiser · 17 years ago
- 83522a3 Added more checking in "dead stores" for values that are initialized by Ted Kremenek · 17 years ago
- e2ca142 Minor bug fixes to corner cases where LiveVariables would crash on some CFGs by Ted Kremenek · 17 years ago
- 1ed6d2e Forgot to check in the actual "dead stores" checker in the last commit! by Ted Kremenek · 17 years ago
- 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
- 27b07c5 LiveVariables: by Ted Kremenek · 17 years ago
- 3536b44 by Steve Naroff · 17 years ago
- 61f6216 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
- 7cba960 Added libClangAnalysis by Ted Kremenek · 17 years ago
- e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
- f3a031f remove the FATAL classifier. by Chris Lattner · 17 years ago
- 3936c58 remove sorry. by Chris Lattner · 17 years ago
- f28b264 by Steve Naroff · 17 years ago
- a65ff6c Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
- 9438252 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
- 0ccb27d 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
- 8cd8c66 Fixed a typo pointed out by Anders Calrsson. by Fariborz Jahanian · 17 years ago
- 7cf8c44 by Steve Naroff · 17 years ago
- e992af0 Patch to parse objective-c's @compatibility_alias directive. by Fariborz Jahanian · 17 years ago
- c15ab86 Set eol and mime type properties for VC8 build files by Hartmut Kaiser · 17 years ago
- fe0a8eb Updated VC8 project files. by Hartmut Kaiser · 17 years ago
- d627889 Updated calls to CreateGEP to new interface in LLVM mainline. by Ted Kremenek · 17 years ago
- e39245b disable this for now. by Chris Lattner · 17 years ago
- 9e8925e by Steve Naroff · 17 years ago
- 8c2944e updates (?) to the vc++ files, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- 717e7e3 silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- 47f7dbf eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
- 34eff39 add a VC++ solution file, contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
- 371227d by Steve Naroff · 17 years ago
- a8c11c6 VC++ doesn't define S_ISDIR by Chris Lattner · 17 years ago
- 0e85a27 Add a method required by the VC++ STL, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
- 77034d3 Add #include required on win32. by Chris Lattner · 17 years ago
- b812814 Eliminate some VC++ warnings, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
- 6a4545e Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
- 0b6f0ee initial checkin of vc++ project files, contributed by Hartmut Kaiser! by Chris Lattner · 17 years ago