summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't require us to manually number the statements and expressions in StmtNod...Douglas Gregor2008-11-141-3/+3
* - Move ExprIterator to Stmt.h so that it can be used by classes defined in St...Ted Kremenek2008-10-271-2/+19
* Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDe...Ted Kremenek2008-10-071-9/+5
* Add DeclStmt::hasSolitaryDecl() and DeclStmt::getSolitaryDecl()Ted Kremenek2008-10-061-1/+5
* More #include cleaningDaniel Dunbar2008-08-111-2/+0
* remove spaces at eol to test commit accessNico Weber2008-08-051-23/+23
* Added decl_iterator to DeclStmt to provide an abstract interface to iterate o...Ted Kremenek2008-08-051-0/+5
* Fix more strict-aliasing warnings.Ted Kremenek2008-06-171-10/+14
* - Move ObjC Expresssion AST's from Expr.h => ExprObjC.hSteve Naroff2008-05-291-0/+1
* Always initialize NEXT_CATCH; fixes a Valgrind uninitialized read error Eli Friedman2008-05-251-3/+2
* Fix potential double-free.Ted Kremenek2008-05-211-1/+1
* When destroying DeclStmts, also destroy the associated Decl (reclaim its memo...Ted Kremenek2008-05-211-0/+5
* Delete AST nodes, not just Decls.Ted Kremenek2008-05-201-1/+4
* Try to plug some memory leaks...Ted Kremenek2008-05-201-2/+7
* Added Stmt::DestroyChildren, which will be used by the dstors of the subclass...Ted Kremenek2008-05-191-0/+5
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+293
OpenPOWER on IntegriCloud