- 81a1029 Updated path to clang.cpp in build documentation. by Ted Kremenek · 17 years ago
- 1a4a663 Updated build instructions to not include an absolute line number in clang.cpp to add hard-coded paths. by Ted Kremenek · 17 years ago
- 27f9c9b Updated a comment to hopefully silence a Lattner warning. by Ted Kremenek · 17 years ago
- c825319 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
- 6acfa2b Rewriteing of ivars changed to just copy directly from the source. by Fariborz Jahanian · 17 years ago
- 738e6c0 Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". by Ted Kremenek · 17 years ago
- 5b77c21 by Steve Naroff · 17 years ago
- c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
- 19cb0e4 Added a few clarifying steps the the "building clang" section. by Ted Kremenek · 17 years ago
- 07e8232 temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
- 05d6ff5 by Steve Naroff · 17 years ago
- 7f23e3d Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
- 6e05ca9 Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
- 2f1a2fc Make target info available to clang code generator. by Devang Patel · 17 years ago
- 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
- 2d9b34b Avoid unnecessary PATypeHolder copy. by Devang Patel · 17 years ago
- 02a82aa by Steve Naroff · 17 years ago
- 7670cca Updated some comments. by Ted Kremenek · 17 years ago
- 5bf7202 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
- 7c6c0fd Refactored CFG construction code that processes DeclStmts to use StmtIterator. by Ted Kremenek · 17 years ago
- 08a10cc Refactor code into a separate method. by Devang Patel · 17 years ago
- dd364ea Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a by Ted Kremenek · 17 years ago
- 193c125 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
- 0f2a8fb Fix 80 col violations. by Devang Patel · 17 years ago
- 77470dc minor tweaks by Chris Lattner · 17 years ago
- 2c6e283 Use by Devang Patel · 17 years ago
- b9b9361 Fixed tests. by Fariborz Jahanian · 17 years ago
- cb034cb minor code cleanup by Chris Lattner · 17 years ago
- c48deec shrinkify storage class to a bitfield, add a fixme about merging it in the future. by Chris Lattner · 17 years ago
- ce6c837 Remove commented out line. by Devang Patel · 17 years ago
- c0e96dd Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
- acc56d4 update some comments. by Chris Lattner · 17 years ago
- fe54770 Avoid using macro expansions, which causes these to come out in -E mode. by Chris Lattner · 17 years ago
- 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
- f4b7d6a by Steve Naroff · 17 years ago
- 2058dc4 Added vector to ASTContext to store references to "complete" VLA types by Ted Kremenek · 17 years ago
- 667f168 by Steve Naroff · 17 years ago
- 1ccf463 by Steve Naroff · 17 years ago
- ef20ed3 by Steve Naroff · 17 years ago
- 5695bb7 Handle function types. by Anders Carlsson · 17 years ago
- 9b57fba Assert if isObjcIdType is called before 'id' type is built. by Fariborz Jahanian · 17 years ago
- 3793e1a VariableArrayTypes (VLAs) without a size expression are now uniqued by Ted Kremenek · 17 years ago
- c81f316 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
- e4d3ffd Updated VC++ build system by Hartmut Kaiser · 17 years ago
- 7f70eb7 Added a missing #include. by Hartmut Kaiser · 17 years ago
- 5b96e2e by Steve Naroff · 17 years ago
- 1a7fa7b by Steve Naroff · 17 years ago
- e3a5daf Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
- c2205b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
- a1ace4a Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
- fce813e Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
- 256a259 Modified CFG pretty-printing to directly use the (reverse) body by Ted Kremenek · 17 years ago
- e0f9761 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
- d5ea461 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 17 years ago
- 486509e Added some comments. by Ted Kremenek · 17 years ago
- 4926e10 Added to test case for "self-comparison check" uses of relation operators: x < x and x > x by Ted Kremenek · 17 years ago
- cf8b77d For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
- 83eab63 Insetead of assert() just emit an error message for by Devang Patel · 17 years ago
- dbb14ce For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
- 7543914 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
- e3f0257 Address Chris's comments. by Anders Carlsson · 17 years ago
- b86605e Fix logic error. by Anders Carlsson · 17 years ago
- a703c2e when checking for type equality, ignore typedefs. by Chris Lattner · 17 years ago
- 84b2071 improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
- 36f07d8 Add (partial) support for @encode. by Anders Carlsson · 17 years ago
- ced5b4f The callers of ParseStructDeclaration are not expecting it to by Chris Lattner · 17 years ago
- db52673 casting to void is ok for structs (C99 6.5.4p2), this fixes by Chris Lattner · 17 years ago
- de4d2bd Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on by Chris Lattner · 17 years ago
- 4e21a9b Fix a parser bug on labeled inline asm stmts, allowing us to parse stuff like: by Chris Lattner · 17 years ago
- 8a40a83 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
- 2afc72b Fix a major bug in the Type::getAs*Type methods: they didn't strip off by Chris Lattner · 17 years ago
- 4043840 Generate code for __builtin_classify_type. by Anders Carlsson · 17 years ago
- 25baae4 Add BuiltinType::Char_S to Type::isCharType by Anders Carlsson · 17 years ago
- 68ee6a6 Implemented serialization for TypedefType. by Ted Kremenek · 17 years ago
- 0b365b4 Implemented serialization of FunctionTypeProto. by Ted Kremenek · 17 years ago
- b4498bd Implemented serialization of FunctionTypeNoProto. by Ted Kremenek · 17 years ago
- b90d06f Implemented serialization for VectorType. by Ted Kremenek · 17 years ago
- 27a32d6 More work on type serialization: added support for serializing BuiltinTypes. by Ted Kremenek · 17 years ago
- ab3ec25 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
- f43c291 Completed serialization of ConstantArrayTypes (now that APInt serialization is in place). by Ted Kremenek · 17 years ago
- 3774dd9 by Steve Naroff · 17 years ago
- 09d26e5 This patch allows synthesis generation of ivar offset for legacy objective-c @implementation by Fariborz Jahanian · 17 years ago
- 78f138f Added skeleton implementation of serialization for types (not complete). by Ted Kremenek · 17 years ago
- f185aef Patch to synthesize computation of Ivar offset in rewritten c file. by Fariborz Jahanian · 17 years ago
- 9b1ca9e Codegen union member references. by Devang Patel · 17 years ago
- 2b24fd9 Handle non LValue base expressions. by Devang Patel · 17 years ago
- 2ecd901 by Devang Patel · 17 years ago
- ddde6d5 Codegen array initializers. by Devang Patel · 17 years ago
- 8b5f530 Codegen global array initializers. by Devang Patel · 17 years ago
- f468b31 Pretty printing for ivar list of an interface block. by Fariborz Jahanian · 17 years ago
- f70959b Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 17 years ago
- 78a724f Updated VC++ build system by Hartmut Kaiser · 17 years ago
- 1529405 Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls. by Ted Kremenek · 17 years ago
- 0401180 Fix "strbuf += stufflen;" crash. by Devang Patel · 17 years ago
- f3e2d53 Document ConvertNewType() method and make it a private method. by Devang Patel · 17 years ago
- af37833 Added DeclSerialization.cpp to XCode project. by Ted Kremenek · 17 years ago
- 17377da Added skeleton for Decl serialization. by Ted Kremenek · 17 years ago
- cf89c7e Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
- bd2c278 Cache llvm::Type through PATypeHolder. by Devang Patel · 17 years ago
- ec86966 changed #include of Serialization.h to SerializationFwd.h to reduce by Ted Kremenek · 17 years ago