aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Expr.cpp
AgeCommit message (Expand)Author
2008-05-09Extend vector member references to include {.hi, .lo, .e, .o} which return aNate Begeman
2008-05-07Fixup InitListExpr::child_begin/end. Thanks to Ted for catching the regression.Steve Naroff
2008-05-07Fix off-by-one error.Steve Naroff
2008-05-02Fixed bug in ObjCIVarExpr: the child iterator now iterates over the Base expr...Ted Kremenek
2008-05-01Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname...Ted Kremenek
2008-05-01Extend InitListExpr API/IMPL to support arbitrary add/remove (in support of t...Steve Naroff
2008-04-18OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.Nate Begeman
2008-04-10Several improvements from Doug Gregor related to defaultChris Lattner
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-04-04PR1963: Address of function is a constant expressionSeo Sanghyeon
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner