- 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
- 63f5887 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
- 980e508 by Steve Naroff · 17 years ago
- 89204a1 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
- d48ade6 Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
- d664ff7 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
- bcfb06a by Steve Naroff · 17 years ago
- d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
- 271f1a6 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
- 68d331a by Steve Naroff · 17 years ago
- a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
- 322f58d Fixed two bugs in CFG construction: by Ted Kremenek · 17 years ago
- d0b90bf This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
- ccc213f Handle (int)1.0e40 as an i-c-e. by Chris Lattner · 17 years ago
- ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
- 92dfb47 use the right rounding mode. by Chris Lattner · 17 years ago
- 987b15d Use the APFloat routines to evaluate FP immediates as by Chris Lattner · 17 years ago
- c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
- 525a050 Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
- 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
- 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
- 21d5a95 by Steve Naroff · 17 years ago
- 563477d by Steve Naroff · 17 years ago
- fd225cc Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
- 146fbb0 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
- 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
- 94b3316 When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG by Ted Kremenek · 17 years ago
- e5ea380 Add const to debug hook... by Steve Naroff · 17 years ago
- 3f128ad by Steve Naroff · 17 years ago
- 3860c11 Fixed unterminated string issue. by Hartmut Kaiser · 17 years ago
- 0012351 make var in anon namespace static. Use \n instead of std::endl. by Chris Lattner · 17 years ago
- 86fd355 Silenced a VC++ warning. Updated VC++ project files. by Hartmut Kaiser · 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
- 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
- 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
- 8bdcc47 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
- b04a021 Patch to store ivars into interface class object. 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
- e55cd00 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 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
- 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
- e3a2ca7 Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
- eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
- 3536b44 by Steve Naroff · 17 years ago
- 9438252 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
- 701e5eb Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- 38374b0 by Steve Naroff · 17 years ago
- 9dcbfa4 by Steve Naroff · 17 years ago
- 507f2d5 by Steve Naroff · 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
- 805e9a8 Cleanups for printing the terminators of CFGBlocks for "?", "||", and "&&" operators. by Ted Kremenek · 17 years ago
- 42a509f Added "PrinterHelper" interface (include/AST/PrinterHelper) that can 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
- 66b5a8a Add InitListExpr class. by Anders Carlsson · 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
- 73d0d4f implement initial sema support for __builtin_offsetof 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
- 729a213 fix a bug that is causing CodeGen/complex.c to be grumpy. by Chris Lattner · 17 years ago
- e300c87 Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
- fb22d96 by Steve Naroff · 17 years ago
- 17a1a72 Previous commit should have been: by Chris Lattner · 17 years ago
- b393879 elimiante some virtual calls. by Chris Lattner · 17 years ago
- 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
- 9cffe73 Added an (optional) explicit "Label" statement to CFGBlock. If a by Ted Kremenek · 17 years ago
- 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
- d5bbce4 Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 17 years ago
- 19a6ebd Re-teach Expr::isNullPointerConstant() about ImplicitCastExpr:-) by Steve Naroff · 17 years ago
- 7269f2d Teach Expr::isNullPointerConstant() about ImplicitCastExpr's. by Steve Naroff · 17 years ago
- 19bb356 Added support for indirect-gotos (GCC extension) in source-level CFGs. by Ted Kremenek · 17 years ago
- 15c27a8 Added support for GCC-style statement expressions in source-level CFGs. by Ted Kremenek · 17 years ago
- e00b18c Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
- b49e1aa Added support for comma expressions and DeclStmts which may have by Ted Kremenek · 17 years ago
- 7926f7c Removed special-casing in CFG construction for ParenExprs. by Ted Kremenek · 17 years ago
- 0b1d9b7 Added support for short-circuit '&&' and '||' operators in source-level CFGs. by Ted Kremenek · 17 years ago
- 9da2fb7 Implemented support for ternary "?" operators in source-level CFGs. by Ted Kremenek · 17 years ago
- 42a2977 Fixed bug in child_begin/child_end for CallExpr where we incorrectly calculated a Stmt** pointer by Ted Kremenek · 17 years ago
- 2298f91 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 17 years ago
- 49af7cb Changes to CFGBuilder: by Ted Kremenek · 17 years ago
- fb07153 constify some stuff by Chris Lattner · 17 years ago
- 6cd862c implement sizeof(enum x), patch inspired by Keith Bauer. by Chris Lattner · 17 years ago
- fb0d496 Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType(). by Steve Naroff · 17 years ago
- 77878cc by Steve Naroff · 17 years ago
- 716c730 by Steve Naroff · 17 years ago