summaryrefslogtreecommitdiff
path: root/lib/AST/StmtIterator.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Simplify StmtIterator.Eli Friedman2013-06-27
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-15
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-19
* Add StmtIterator support for iterating over both the conditionTed Kremenek2009-12-23
* Increase StmtIterator size by one pointer (separating out the Stmt** from the...Ted Kremenek2009-12-23
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* When evaluating a VarDecl as a constant or determining whether it isDouglas Gregor2009-05-26
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-29
* Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup wouldTed Kremenek2009-03-11
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-20
* Introduce basic support for dependent types, type-dependentDouglas Gregor2008-12-05
* A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent com...Ted Kremenek2008-10-07
* Add StmtIterator support for DeclGroups.Ted Kremenek2008-10-07
* More #include cleaningDaniel Dunbar2008-08-11
* Fix some strict-aliasing warnings by using Stmt* instead of Expr* in Variable...Ted Kremenek2008-05-30
* PR2347: Fix crash iterating over VLAs; this started triggering because Eli Friedman2008-05-21
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-15