- 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
- c0c3d73 Fixed potential NULL dereference when iterating over a chain of Decls. by Ted Kremenek · 17 years ago
- 61ce98c get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
- 74a3407 Fixed isFunctionPointerType to correctly handle typedefs. by Ted Kremenek · 17 years ago
- 1830be7 by Steve Naroff · 17 years ago
- faed3bf Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
- 3dc7cbc Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
- 6b2b4e3 Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
- 97a0ad5 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
- 83b0127 Added "isFunctionPointerType()" so that we can readily see if a DeclRefExpr by Ted Kremenek · 17 years ago
- d1d8826 Renaming of the LiveVariablesAuditor interface. Changed "Auditor" and by Ted Kremenek · 17 years ago
- 3d06ad9 Don't rely on ADL to find this member, patch by Justin Handville by Chris Lattner · 17 years ago
- 39b8c4b -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
- 1e3c202 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
- 7c6f0c7 Fixed compilation on Windows. by Hartmut Kaiser · 17 years ago
- 42276bc Added more checking in "dead stores" for values that are initialized by Ted Kremenek · 17 years ago
- f63bda5 Minor bug fixes to corner cases where LiveVariables would crash on some CFGs by Ted Kremenek · 17 years ago
- e9646a0 Forgot to check in the actual "dead stores" checker in the last commit! by Ted Kremenek · 17 years ago
- e805c4a Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
- 0533468 LiveVariables: by Ted Kremenek · 17 years ago
- 81f1bba by Steve Naroff · 17 years ago
- a65ad46 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
- 715172a Added libClangAnalysis by Ted Kremenek · 17 years ago
- aa04c51 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
- ef371a0 remove the FATAL classifier. by Chris Lattner · 17 years ago
- eb851e8 remove sorry. by Chris Lattner · 17 years ago
- 304ed39 by Steve Naroff · 17 years ago
- d4462f9 Patch for parsing objective-c style method calls. by Fariborz Jahanian · 17 years ago
- 1459457 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
- 1e534dc 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
- 6c30fa6 Fixed a typo pointed out by Anders Calrsson. by Fariborz Jahanian · 17 years ago
- 4f91099 by Steve Naroff · 17 years ago
- b62aff3 Patch to parse objective-c's @compatibility_alias directive. by Fariborz Jahanian · 17 years ago
- a818522 Set eol and mime type properties for VC8 build files by Hartmut Kaiser · 17 years ago
- 274cd17 Updated VC8 project files. by Hartmut Kaiser · 17 years ago
- 7f6f4a4 Updated calls to CreateGEP to new interface in LLVM mainline. by Ted Kremenek · 17 years ago
- 2806720 disable this for now. by Chris Lattner · 17 years ago
- e6a8c9b by Steve Naroff · 17 years ago
- 2b8f121 updates (?) to the vc++ files, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- 14bba0c silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- 3496d52 Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- a96e0d8 eliminate some VC++ warnings, patch contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
- 84fb894 add a VC++ solution file, contributed by Hartmut Kaiser by Chris Lattner · 17 years ago
- 509d0b5 by Steve Naroff · 17 years ago
- c9b4918 VC++ doesn't define S_ISDIR by Chris Lattner · 17 years ago
- 2157f27 Add a method required by the VC++ STL, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
- 1b02318 Add #include required on win32. by Chris Lattner · 17 years ago
- c75ccff Eliminate some VC++ warnings, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
- a09a2c0 Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
- 37e23c9 initial checkin of vc++ project files, contributed by Hartmut Kaiser! by Chris Lattner · 17 years ago
- 1c9de71 by Steve Naroff · 17 years ago
- 7c9d72d by Steve Naroff · 17 years ago
- 9091f3f More semantic analysis of initializers. by Steve Naroff · 17 years ago
- e14e554 by Steve Naroff · 17 years ago
- a610eab by Steve Naroff · 17 years ago
- 027c23b Patch to parse @implementation prologue, method definitions, by Fariborz Jahanian · 17 years ago
- c32a20d by Steve Naroff · 17 years ago
- 5d2fff8 by Steve Naroff · 17 years ago
- bab0bfb add stmtexpr support for aggregates by Chris Lattner · 17 years ago
- 987b0f1 add support for complex stmtexpr's by Chris Lattner · 17 years ago
- e24c4cf Generalize RValue to handle complex better, generalize EmitCompoundStmt to by Chris Lattner · 17 years ago
- 16e3b9a Fixed missing '(' and ')' characters in (CFG) pretty-printing of by Ted Kremenek · 17 years ago
- 2025cc9 Added better pretty printing in CFGs for __builtin_choose_expr by Ted Kremenek · 17 years ago
- 86afc04 Further cleanups in CFG printing for comma expressions, statement expressions, and indirect gotos. by Ted Kremenek · 17 years ago
- ea6cdd7 implement code generation for scalar stmt expressions. by Chris Lattner · 17 years ago
- f2b0757 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
- 621e159 Cleanups for printing the terminators of CFGBlocks for "?", "||", and "&&" operators. by Ted Kremenek · 17 years ago
- b37522e diagnose extended uses of offsetof by Chris Lattner · 17 years ago
- 21701c7 new diag by Chris Lattner · 17 years ago
- 08176a5 Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
- ce9d5fe Added #ifndef/#endif statements to protect the header from multiple inclusion. by Ted Kremenek · 17 years ago
- 5eb879b by Steve Naroff · 17 years ago
- 7f78842 Added support for __builtin_choose_expr (ChooseExpr) in CFGs. by Ted Kremenek · 17 years ago
- 6668b8c Author: F. Jahanian by Fariborz Jahanian · 17 years ago
- 4a149b6 don't turn semantic errors into parse errors. by Chris Lattner · 17 years ago
- 214cbaf fix some memory leaks when recovering. by Chris Lattner · 17 years ago
- 762b7c7 Add InitListExpr class. by Anders Carlsson · 17 years ago