summaryrefslogtreecommitdiffstats
path: root/lib/AST/StmtIterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ptr-traits] Stop using two bogus types as stand-ins for flagsChandler Carruth2015-12-301-1/+1
* StmtIterator: Put stmt and decl group pointer into a union.Benjamin Kramer2015-07-031-2/+2
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-4/+4
* Simplify StmtIterator.Eli Friedman2013-06-271-52/+11
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-9/+9
* Add StmtIterator support for iterating over both the conditionTed Kremenek2009-12-231-6/+6
* Increase StmtIterator size by one pointer (separating out the Stmt** from the...Ted Kremenek2009-12-231-3/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-20/+20
* When evaluating a VarDecl as a constant or determining whether it isDouglas Gregor2009-05-261-2/+2
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-5/+4
* Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup wouldTed Kremenek2009-03-111-7/+7
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-201-1/+1
* Introduce basic support for dependent types, type-dependentDouglas Gregor2008-12-051-0/+2
* A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent com...Ted Kremenek2008-10-071-16/+19
* Add StmtIterator support for DeclGroups.Ted Kremenek2008-10-071-38/+73
* More #include cleaningDaniel Dunbar2008-08-111-1/+0
* Fix some strict-aliasing warnings by using Stmt* instead of Expr* in Variable...Ted Kremenek2008-05-301-3/+3
* PR2347: Fix crash iterating over VLAs; this started triggering because Eli Friedman2008-05-211-5/+4
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+118