- 84082af More tab removal activity. by Fariborz Jahanian · 17 years ago
- cbc36d4 Fixed tabs in couple of sources. by Fariborz Jahanian · 17 years ago
- 1c095a7 Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
- fa465d1 by Steve Naroff · 17 years ago
- a91aa32 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
- 8ce772b Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
- 3a81982 CFG objects now internally store a (lazily created) map from block-level by Ted Kremenek · 17 years ago
- 3fafa10 by Steve Naroff · 17 years ago
- bec0d56 Took care of clatter's suggestions, dated. by Fariborz Jahanian · 17 years ago
- ad5682f Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
- ad21a61 Unused ObjcProtoMethod is removed. by Fariborz Jahanian · 17 years ago
- 6cb1d36 by Steve Naroff · 17 years ago
- 1e4e82f Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
- 265c817 Fix some use of uninit variables issues, reported by Anton. by Chris Lattner · 17 years ago
- 4ed9d66 by Steve Naroff · 17 years ago
- 99f5f0b objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
- 680fcb8 Fixed two bugs in CFG construction: by Ted Kremenek · 17 years ago
- d34caf9 This patch inserts ivars declared in @implementation in its object and verifies by Fariborz Jahanian · 17 years ago
- 9d020b3 Handle (int)1.0e40 as an i-c-e. by Chris Lattner · 17 years ago
- c091b5d This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
- 5aa5650 use the right rounding mode. by Chris Lattner · 17 years ago
- 76a0c1b Use the APFloat routines to evaluate FP immediates as by Chris Lattner · 17 years ago
- 7f29876 further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
- 858eece Use APFloat for the representation of FP immediates, ask the target by Chris Lattner · 17 years ago
- c716c94 This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
- b6976a2 Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
- 4bc52ce by Steve Naroff · 17 years ago
- c39ca26 by Steve Naroff · 17 years ago
- f25220e Patch for object creation and handling of category declarations. by Fariborz Jahanian · 17 years ago
- 4a2b0ac Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl by Fariborz Jahanian · 17 years ago
- 63ca8ae Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
- 844cb4d When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG by Ted Kremenek · 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
- 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
- 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
- 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
- cfe0ff0 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
- ebcc9b6 Patch to store ivars into interface class object. 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
- 86f74a4 Patch for building method declaration nodes. Also fixed a segfault in cocoa.m due by Fariborz Jahanian · 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
- 61ce98c get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
- 3dc7cbc Early patch to collect objective-c methods inserts them in class object. by Fariborz Jahanian · 17 years ago
- 97a0ad5 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
- 81f1bba by Steve Naroff · 17 years ago
- 1459457 Moved tracking of CFG block IDs into the CFG class. by Ted Kremenek · 17 years ago
- 3496d52 Silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
- 7c9d72d by Steve Naroff · 17 years ago
- a610eab by Steve Naroff · 17 years ago
- c32a20d by Steve Naroff · 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
- 621e159 Cleanups for printing the terminators of CFGBlocks for "?", "||", and "&&" operators. by Ted Kremenek · 17 years ago
- 08176a5 Added "PrinterHelper" interface (include/AST/PrinterHelper) that can 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
- 762b7c7 Add InitListExpr class. by Anders Carlsson · 17 years ago
- 23a1d66 Minor cleanups to pretty-printing for loops in CFGs. by Ted Kremenek · 17 years ago
- 44659d8 Fixed a bug in constructing CFG blocks for case statement fall-through by Ted Kremenek · 17 years ago
- 6dfe761 Diff is self small & self explanatory... by Steve Naroff · 17 years ago
- 390b976 Fixed bug in CFG construction where we failed to handle loop bodies with by Ted Kremenek · 17 years ago
- 9b0d1b6 Fixed bug in CFG construction involving use of labels and "empty" by Ted Kremenek · 17 years ago
- e2579e3 Fix a comment. by Steve Naroff · 17 years ago
- 44db787 Fixed bug where the CFG would fail to build when an 'if' statement had by Ted Kremenek · 17 years ago
- 24c9b98 Polish yesterday's Array/ConstantArray/VariableArray rewrite, removing a couple FIXME's. by Steve Naroff · 17 years ago
- 2af6a80 implement pretty printing of offsetof by Chris Lattner · 17 years ago
- 0d9bcea implement initial sema support for __builtin_offsetof by Chris Lattner · 17 years ago
- e07b67e Fixed bug for CaseStmt where the child_begin/child_end methods were not by Ted Kremenek · 17 years ago
- 9661435 fix a bug that is causing CodeGen/complex.c to be grumpy. by Chris Lattner · 17 years ago
- 99b994b Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
- 83c1301 by Steve Naroff · 17 years ago
- 3512293 Previous commit should have been: by Chris Lattner · 17 years ago
- f3e2a25 elimiante some virtual calls. by Chris Lattner · 17 years ago
- bbc51ad Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
- ec055e1 Added an (optional) explicit "Label" statement to CFGBlock. If a by Ted Kremenek · 17 years ago
- b3bb91b Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
- bbe686b Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator by Chris Lattner · 17 years ago
- 3d05287 Re-teach Expr::isNullPointerConstant() about ImplicitCastExpr:-) by Steve Naroff · 17 years ago
- 1d6b247 Teach Expr::isNullPointerConstant() about ImplicitCastExpr's. by Steve Naroff · 17 years ago
- 0edd3a9 Added support for indirect-gotos (GCC extension) in source-level CFGs. by Ted Kremenek · 17 years ago
- 6fca3e0 Added support for GCC-style statement expressions in source-level CFGs. by Ted Kremenek · 17 years ago
- 90a018d Change EnumDecl to store its corresponding integer type by Chris Lattner · 17 years ago
- e822b62 Added support for comma expressions and DeclStmts which may have by Ted Kremenek · 17 years ago
- 666a6af Removed special-casing in CFG construction for ParenExprs. by Ted Kremenek · 17 years ago
- cfaae76 Added support for short-circuit '&&' and '||' operators in source-level CFGs. by Ted Kremenek · 17 years ago
- 65cfa56 Implemented support for ternary "?" operators in source-level CFGs. by Ted Kremenek · 17 years ago
- 15ede50 Fixed bug in child_begin/child_end for CallExpr where we incorrectly calculated a Stmt** pointer by Ted Kremenek · 17 years ago
- 8a66ed4 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 17 years ago
- cfee50c Changes to CFGBuilder: by Ted Kremenek · 17 years ago