- 3ef5bc0 Fix backwards assert. by Chris Lattner · 17 years ago
- aa33763 Implemented serialization of AddrLabelExpr. by Ted Kremenek · 17 years ago
- 103fc81 Revised serialization of CaseStmt to emit all of the owned pointers (its by Ted Kremenek · 17 years ago
- 83efb15 Implemented serialization of CompoundAssignOperator. by Ted Kremenek · 17 years ago
- 1049436 Implemented serialization of UnaryOperator. by Ted Kremenek · 17 years ago
- d7fe4ea Implemented serialization of CallExpr. by Ted Kremenek · 17 years ago
- 96fa54f Implemented serialization of ArraySubscriptExpr. by Ted Kremenek · 17 years ago
- 9971c9a Implemented serialization of CastExpr. by Ted Kremenek · 17 years ago
- a7c20dd Implemented serialization of ImplicitCastExpr. by Ted Kremenek · 17 years ago
- 28f3d80 Modified serialization of BinaryOperator and CaseStmt to use the new by Ted Kremenek · 17 years ago
- 7febad7 Implemented serialization of StringLiteral. by Ted Kremenek · 17 years ago
- 1c72de1 Implemented serialization of ImaginaryLiteral. by Ted Kremenek · 17 years ago
- 612c9b9 Implemented serialization of FloatingLiteral. by Ted Kremenek · 17 years ago
- 89079ea Fixed an array overflow bug. by Fariborz Jahanian · 17 years ago
- 7338a82 Implemented serialization of CharacterLiteral. by Ted Kremenek · 17 years ago
- 1ba485e Implemented serialiation of PreDefinedExpr. by Ted Kremenek · 17 years ago
- 96f2242 Implemented serialization of ContinueStmt. by Ted Kremenek · 17 years ago
- 225a2d9 Implemented serialization of IndirectGotoStmt. by Ted Kremenek · 17 years ago
- 3f0767b Implemented serialization of GotoStmt. by Ted Kremenek · 17 years ago
- 07ba046 Implemented serialization for ForStmt. by Ted Kremenek · 17 years ago
- e3299ef Implemented serialization of DoStmt. by Ted Kremenek · 17 years ago
- 5572b94 Implemented serialization for WhileStmt. by Ted Kremenek · 17 years ago
- 4210f3d Implemented serialization of IfStmt. by Ted Kremenek · 17 years ago
- ab37309 by Steve Naroff · 17 years ago
- 9eea2ca Implemented serialization of SwitchStmt, CaseStmt, BreakStmt, DefaultStmt, by Ted Kremenek · 17 years ago
- 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
- b15132f Implemented serialization of LabelStmts. by Ted Kremenek · 17 years ago
- 1e7eab4 Fixed a pretty-printer bug whereby a @try statement with no @finally seg faulted. by Fariborz Jahanian · 17 years ago
- 4927be6 Added serialization/deserialization of NullStmts. by Ted Kremenek · 17 years ago
- 0965f44 Added serialization/deserialization of DeclStmts. by Ted Kremenek · 17 years ago
- 2dc9ac7 Overhauled serialization of statements. We no longer use specialized SerializeTrait<> classes, by Ted Kremenek · 17 years ago
- a4559c3 Started work on new serialization approach within ASTContext to by Ted Kremenek · 17 years ago
- 31354ca QualType deserialization now requires that the underlying pointer type by Ted Kremenek · 17 years ago
- 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
- 2ebc89f Misc. serialization changes to ASTContext and Decls. Serialization by Ted Kremenek · 17 years ago
- f7bf411 Implemented serialization of TypedefDecls. by Ted Kremenek · 17 years ago
- 8af8fe3 Added skeleton for dispatch of Decl serialization. by Ted Kremenek · 17 years ago
- b8712eb For serialization of ASTContext, added special-casing of serialization by Ted Kremenek · 17 years ago
- db611d5 by Steve Naroff · 17 years ago
- beaf299 by Steve Naroff · 17 years ago
- 7794cb8 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 17 years ago
- 0497331 Added most of the boilerplate code for Decl serialization. Still a few by Ted Kremenek · 17 years ago
- 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
- beb7713 Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 17 years ago
- b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
- 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
- a9a4a24 Implemented serialization of QualTypes within ASTContext. Clarified by Ted Kremenek · 17 years ago
- ecb01e6 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
- 4c00c26 Changed serialization/deserialization of BuiltinTypes to explicitly serialize by Ted Kremenek · 17 years ago
- 770951b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
- 4ef8dd6 Implement test/Sema/init.c by treating functions as constants. by Chris Lattner · 17 years ago
- fee0452 Implemented more of serialization/deserialization for ASTContext. We now by Ted Kremenek · 17 years ago
- 5451350 Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
- e522d85 Preliminary support for serializing statements. by Ted Kremenek · 17 years ago
- 2e7d352 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
- 7192f8e Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". by Ted Kremenek · 17 years ago
- 8baaca5 Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
- 7da36f6 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
- 8f54c1f Refactored CFG construction code that processes DeclStmts to use StmtIterator. by Ted Kremenek · 17 years ago
- 2d99833 minor code cleanup by Chris Lattner · 17 years ago
- c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
- 347b9f3 Added vector to ASTContext to store references to "complete" VLA types by Ted Kremenek · 17 years ago
- 423cb56 by Steve Naroff · 17 years ago
- f908a87 by Steve Naroff · 17 years ago
- c0a87b7 Handle function types. by Anders Carlsson · 17 years ago
- 2bd24ba VariableArrayTypes (VLAs) without a size expression are now uniqued by Ted Kremenek · 17 years ago
- 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
- 60fccee by Steve Naroff · 17 years ago
- 771fe16 Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
- 103a1b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
- 92866e2 Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
- 7a9d9d7 Modified CFG pretty-printing to directly use the (reverse) body by Ted Kremenek · 17 years ago
- 65f31e4 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
- e8c4953 Address Chris's comments. by Anders Carlsson · 17 years ago
- 17df57d Fix logic error. by Anders Carlsson · 17 years ago
- 85f9bce Add (partial) support for @encode. by Anders Carlsson · 17 years ago
- 52735a0 Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on by Chris Lattner · 17 years ago
- fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
- dea6146 Fix a major bug in the Type::getAs*Type methods: they didn't strip off by Chris Lattner · 17 years ago
- c67ad5f Add BuiltinType::Char_S to Type::isCharType by Anders Carlsson · 17 years ago
- 4f50ee3 Implemented serialization for TypedefType. by Ted Kremenek · 17 years ago
- 4340bfa Implemented serialization of FunctionTypeProto. by Ted Kremenek · 17 years ago
- e81e24c Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
- 71ac846 Implemented serialization for VectorType. by Ted Kremenek · 17 years ago
- a4cb452 More work on type serialization: added support for serializing BuiltinTypes. by Ted Kremenek · 17 years ago
- bc26c58 Completed serialization of ConstantArrayTypes (now that APInt serialization is in place). by Ted Kremenek · 17 years ago
- 73af669 Added skeleton implementation of serialization for types (not complete). by Ted Kremenek · 17 years ago
- 00a1ef5 Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 17 years ago
- b990f18 Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls. by Ted Kremenek · 17 years ago
- 2f1f8cb Added skeleton for Decl serialization. by Ted Kremenek · 17 years ago
- 27437ca Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
- 22c0fcb Modified operator* for StmtIterator to return Stmt*& instead of Stmt*. by Ted Kremenek · 17 years ago
- 9ac5928 Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 17 years ago
- c266acd remove dead #include by Chris Lattner · 17 years ago
- c325e7f Refactored StmtIterator into classes StmtIteratorBase (non-templated) by Ted Kremenek · 17 years ago
- 401aa7b Replaced virtual method call to child_begin() in child_end() by by Ted Kremenek · 17 years ago
- c7c326a Fixed broken build. by Ted Kremenek · 17 years ago
- 994f939 remove extraneous space in @selector() by Chris Lattner · 17 years ago
- 9caf8b1 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago
- 2777e49 Make control flow in Expr::isConstantExpr more simple and by Chris Lattner · 17 years ago