aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Type.cpp
AgeCommit message (Expand)Author
2008-04-18OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman
2008-04-13This patch is just the easy part of the class names patch, whichChris Lattner
2008-04-07Fix a really bad bug where type uniquing would merge a<x> with b<x> as the sameChris Lattner
2008-04-07move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema.Chris Lattner
2008-04-07clean up some logic in objc type handling. Specifically, make it so thatChris Lattner
2008-04-06Use EnumType to simplify some code.Chris Lattner
2008-04-06Make EnumType/RecordType classof predicates simpler and more efficient inChris Lattner
2008-04-06add a helper EnumType object for asking about tagtypes for enums.Chris Lattner
2008-04-02add a common base class "PointerLikeType" for PointerType and ReferenceType,Chris Lattner
2008-04-02remove blank line.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner