aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTVector.h
AgeCommit message (Expand)Author
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-01Make ASTVector.h standalone without including all of ASTContext.Benjamin Kramer
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-11-28Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents areArgyrios Kyrtzidis
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer
2010-04-15Teach ASTVector::append() about the case where 'NumInputs' is 0. This hopefu...Ted Kremenek
2010-04-13Introduce ASTVector, which is a std::vector-like class that allocates all memoryTed Kremenek