Age | Commit message (Expand) | Author |
---|---|---|
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 |