Age | Commit message (Expand) | Author |
2008-12-05 | Introduce basic support for dependent types, type-dependent | Douglas Gregor |
2008-12-05 | Representation of template type parameters and non-type template | Douglas Gregor |
2008-11-24 | Migrate some stuff from NamedDecl::getName() to | Chris Lattner |
2008-10-30 | Fix arithmetic type check | Douglas Gregor |
2008-10-24 | -Add support for cv-qualifiers after function declarators. | Argyrios Kyrtzidis |
2008-10-21 | Preliminary support for function overloading | Douglas Gregor |
2008-10-05 | Make VectorType printing less broken. | Daniel Dunbar |
2008-09-18 | Implement second part of PR 2600: NSError** parameter may be null, and should... | Ted Kremenek |
2008-09-13 | Patch by Csaba Hruska! | Ted Kremenek |
2008-09-12 | Give string literals const element typesin C++, and cope with the deprecated ... | Douglas Gregor |
2008-09-01 | codegen constant data as such. add QualType::isConstant() | Nuno Lopes |
2008-08-27 | First wave of changes to support "blocks" (an extension to C). | Steve Naroff |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-08-09 | Handle WChar inside BuiltinType::getName(). | Argyrios Kyrtzidis |
2008-08-07 | Add CXXRecordType class. | Argyrios Kyrtzidis |
2008-08-04 | Finally fix PR2189. This makes a fairly invasive but important change to | Chris Lattner |
2008-07-27 | make "call foo.dump()" and "call foo->dump()" work in GDB, | Chris Lattner |
2008-07-26 | change more instances of QualType::getCanonicalType to call | Chris Lattner |
2008-07-26 | fix several problems with the protocol qualified id handling where id was imp... | Chris Lattner |
2008-07-25 | Fix rdar://6095136, various crashes with incomplete enum types. | Chris Lattner |
2008-07-25 | minor cleanup | Chris Lattner |
2008-07-21 | use iterators instead of direct access to protocol list. | Chris Lattner |
2008-06-28 | Fix for PR2501; this patch makes usual arithmetic conversions for | Eli Friedman |
2008-06-09 | -Changes to TagDecl: | Argyrios Kyrtzidis |
2008-05-21 | Add Destroy method to Types, making there destruction more harmonious with | Ted Kremenek |
2008-04-18 | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman |
2008-04-13 | This patch is just the easy part of the class names patch, which | Chris Lattner |
2008-04-07 | Fix a really bad bug where type uniquing would merge a<x> with b<x> as the same | Chris Lattner |
2008-04-07 | move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. | Chris Lattner |
2008-04-07 | clean up some logic in objc type handling. Specifically, make it so that | Chris Lattner |
2008-04-06 | Use EnumType to simplify some code. | Chris Lattner |
2008-04-06 | Make EnumType/RecordType classof predicates simpler and more efficient in | Chris Lattner |
2008-04-06 | add a helper EnumType object for asking about tagtypes for enums. | Chris Lattner |
2008-04-02 | add a common base class "PointerLikeType" for PointerType and ReferenceType, | Chris Lattner |
2008-04-02 | remove blank line. | Chris Lattner |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |