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