- 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
- d35005e by Steve Naroff · 17 years ago
- 38374b0 by Steve Naroff · 17 years ago
- 6f9f307 More semantic analysis of initializers. by Steve Naroff · 17 years ago
- f009063 by Steve Naroff · 17 years ago
- 9dcbfa4 by Steve Naroff · 17 years ago
- ac00b7f Patch to parse @implementation prologue, method definitions, by Fariborz Jahanian · 17 years ago
- 507f2d5 by Steve Naroff · 17 years ago
- b5a6958 by Steve Naroff · 17 years ago
- b2d963f add stmtexpr support for aggregates by Chris Lattner · 17 years ago
- 7e20d09 add support for complex stmtexpr's by Chris Lattner · 17 years ago
- 9b65551 Generalize RValue to handle complex better, generalize EmitCompoundStmt to by Chris Lattner · 17 years ago
- 60266e8 Fixed missing '(' and ')' characters in (CFG) pretty-printing of by Ted Kremenek · 17 years ago
- aeddbf6 Added better pretty printing in CFGs for __builtin_choose_expr by Ted Kremenek · 17 years ago
- 1c29bba Further cleanups in CFG printing for comma expressions, statement expressions, and indirect gotos. by Ted Kremenek · 17 years ago
- 3379320 implement code generation for scalar stmt expressions. by Chris Lattner · 17 years ago
- 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
- 805e9a8 Cleanups for printing the terminators of CFGBlocks for "?", "||", and "&&" operators. by Ted Kremenek · 17 years ago
- 9e2b75c diagnose extended uses of offsetof by Chris Lattner · 17 years ago
- e436dda new diag by Chris Lattner · 17 years ago
- 42a509f Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
- cd881d5 Added #ifndef/#endif statements to protect the header from multiple inclusion. by Ted Kremenek · 17 years ago
- d7444aa by Steve Naroff · 17 years ago
- 49a436d Added support for __builtin_choose_expr (ChooseExpr) in CFGs. by Ted Kremenek · 17 years ago
- d0f97d1 Author: F. Jahanian by Fariborz Jahanian · 17 years ago
- d56d6b6 don't turn semantic errors into parse errors. by Chris Lattner · 17 years ago
- dbd583c fix some memory leaks when recovering. by Chris Lattner · 17 years ago
- 66b5a8a Add InitListExpr class. by Anders Carlsson · 17 years ago
- 394a3fd add actions for deleting expr/stmt nodes. by Chris Lattner · 17 years ago
- c5e940f Implement codegen support for lowering "library builtins" like __builtin_isinf by Chris Lattner · 17 years ago
- bef20ac add the ability to get the llvm function corresponding to a library builtin. by Chris Lattner · 17 years ago
- d74c15f add some accessors for querying attributes of builtins. Add the new 'F' attribute. by Chris Lattner · 17 years ago
- 711602b Sema::ParseCastExpr() missing call to UsualUnaryConversions(). by Steve Naroff · 17 years ago
- 42471f8 by Steve Naroff · 17 years ago
- 535bb20 Minor cleanups to pretty-printing for loops in CFGs. by Ted Kremenek · 17 years ago
- 29ccaa1 Fixed a bug in constructing CFG blocks for case statement fall-through by Ted Kremenek · 17 years ago
- 6b91cd9 Diff is self small & self explanatory... by Steve Naroff · 17 years ago
- af603f7 Fixed bug in CFG construction where we failed to handle loop bodies with by Ted Kremenek · 17 years ago
- 16e4dc8 Fixed bug in CFG construction involving use of labels and "empty" by Ted Kremenek · 17 years ago
- bdbf7b0 Fix a comment. by Steve Naroff · 17 years ago
- b6f7b72 Fixed bug where the CFG would fail to build when an 'if' statement had by Ted Kremenek · 17 years ago
- c940612 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
- 704fe35 implement pretty printing of offsetof by Chris Lattner · 17 years ago
- d3fb6ad a new testcase by Chris Lattner · 17 years ago
- 73d0d4f implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
- 9fddf0a Pass the location of the type. by Chris Lattner · 17 years ago
- 6f4b92c Fix 80 col violations. by Chris Lattner · 17 years ago
- d97bb6c Fixed bug for CaseStmt where the child_begin/child_end methods were not by Ted Kremenek · 17 years ago