Age | Commit message (Expand) | Author |
---|---|---|
2009-05-26 | When evaluating a VarDecl as a constant or determining whether it is | Douglas Gregor |
2009-03-29 | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner |
2009-03-11 | Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would | Ted Kremenek |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor |
2008-12-05 | Introduce basic support for dependent types, type-dependent | Douglas Gregor |
2008-10-07 | A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent com... | Ted Kremenek |
2008-10-07 | Add StmtIterator support for DeclGroups. | Ted Kremenek |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-05-30 | Fix some strict-aliasing warnings by using Stmt* instead of Expr* in Variable... | Ted Kremenek |
2008-05-21 | PR2347: Fix crash iterating over VLAs; this started triggering because | Eli Friedman |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |