aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/StmtIterator.cpp
AgeCommit message (Expand)Author
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2009-12-23Add StmtIterator support for iterating over both the conditionTed Kremenek
2009-12-23Increase StmtIterator size by one pointer (separating out the Stmt** from the...Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-26When evaluating a VarDecl as a constant or determining whether it isDouglas Gregor
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-11Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup wouldTed Kremenek
2009-01-20Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor
2008-12-05Introduce basic support for dependent types, type-dependentDouglas Gregor
2008-10-07A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent com...Ted Kremenek
2008-10-07Add StmtIterator support for DeclGroups.Ted Kremenek
2008-08-11More #include cleaningDaniel Dunbar
2008-05-30Fix some strict-aliasing warnings by using Stmt* instead of Expr* in Variable...Ted Kremenek
2008-05-21PR2347: Fix crash iterating over VLAs; this started triggering because Eli Friedman
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner