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